mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +00:00
Provide module command completion (make twisted happy)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4022 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -138,7 +138,9 @@ int ast_loader_unregister(int (*updater)(void));
|
||||
* 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));
|
||||
|
Reference in New Issue
Block a user