* daemon-messages.c: Retry if the communication with the daemon is
[mono.git] / mono / metadata / marshal.h
index 3dd409bda9f8989f77cb198fa40acc0b4fd04d80..5bc20507ee62a7b0c1ddaeb7e14ea426ff4de95d 100644 (file)
@@ -79,6 +79,12 @@ mono_marshal_string_array_to_unicode (MonoArray *array);
 void
 mono_marshal_set_last_error (void);
 
+gpointer
+mono_marshal_asany (MonoObject *obj, MonoMarshalNative string_encoding);
+
+void
+mono_marshal_free_asany (MonoObject *o, gpointer ptr, MonoMarshalNative string_encoding);
+
 /* method builder functions */
 
 void