Author: adrian.chadd
Date: Fri Apr 17 07:15:34 2009
New Revision: 13942
Modified:
playpen/LUSCA_HEAD_module/libsqmod/module.h
Log:
Add declarations
Modified: playpen/LUSCA_HEAD_module/libsqmod/module.h
==============================================================================
--- playpen/LUSCA_HEAD_module/libsqmod/module.h (original)
+++ playpen/LUSCA_HEAD_module/libsqmod/module.h Fri Apr 17 07:15:34 2009
@@ -28,4 +28,7 @@
module_state_t state;
};
+extern int module_init(void);
+extern module_t * module_register(const char *path);
+
#endif
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"lusca-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/lusca-commit?hl=en
-~----------~----~----~----~------~----~------~--~---