asyncqueue-test: Fix leaks in tests
[platform/upstream/glib.git] / tests / libmoduletestplugin_b.c
index 26e065d..f3b15e9 100644 (file)
 
 G_MODULE_EXPORT gchar* gplugin_b_state;
 
+G_MODULE_EXPORT const gchar* g_module_check_init (GModule *module);
+G_MODULE_EXPORT void   g_module_unload (GModule *module);
+
+G_MODULE_EXPORT void gplugin_b_func (void);
+G_MODULE_EXPORT void gplugin_clash_func (void);
+G_MODULE_EXPORT void g_clash_func (void);
+G_MODULE_EXPORT void gplugin_say_boo_func (void);
+
 G_MODULE_EXPORT const gchar*
 g_module_check_init (GModule *module)
 {