[Asterisk-cvs] asterisk/include/asterisk module.h,1.13,1.14
markster at lists.digium.com
markster at lists.digium.com
Sat Oct 16 17:14:10 CDT 2004
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv28505/include/asterisk
Modified Files:
module.h
Log Message:
Provide module command completion (make twisted happy)
Index: module.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/module.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- module.h 14 Oct 2004 04:38:29 -0000 1.13
+++ module.h 16 Oct 2004 21:14:05 -0000 1.14
@@ -138,7 +138,9 @@
* This reloads all modules set to load in asterisk. It does NOT run the unload
* routine and then loads them again, it runs the given reload routine.
*/
-void ast_module_reload(const char *name);
+int ast_module_reload(const char *name);
+
+char *ast_module_helper(char *line, char *word, int pos, int state, int rpos, int needsreload);
int ast_register_atexit(void (*func)(void));
void ast_unregister_atexit(void (*func)(void));
More information about the svn-commits
mailing list