[corlib] Dispose linked tokens connections when disposing the resulting CancellationT...
[mono.git] / eglib / src / gmodule.h
index efbf141d4d92db53ea8fb5366c47c7b1da811930..ee89683f5101cd79a21638f0faaf62a71adb19a9 100644 (file)
@@ -10,6 +10,8 @@
 #define G_MODULE_EXPORT
 #endif
 
+G_BEGIN_DECLS
+
 /*
  * Modules
  */
@@ -27,4 +29,9 @@ const gchar *g_module_error (void);
 gboolean g_module_close (GModule *module);
 gchar *  g_module_build_path (const gchar *directory, const gchar *module_name);
 
+extern char *gmodule_libprefix;
+extern char *gmodule_libsuffix;
+
+G_END_DECLS
+
 #endif