]> git.draconx.ca Git - upkg.git/blobdiff - src/module.h
module: add missing return value to module_exit.
[upkg.git] / src / module.h
index 103bf266f1ccbe85708bec50f498f334fd946709..7372bfb7e8fa6d95c9eedd4070081a1bb4d6d994 100644 (file)
@@ -32,4 +32,6 @@ UPkgModule *upkg_module_new(const char *name);
 int module_init(void);
 int module_exit(void);
 
+GType module_get_class(const char *package, const char *class);
+
 #endif