aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/module.h')
-rwxr-xr-xinclude/asterisk/module.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/module.h b/include/asterisk/module.h
index 87aa590f9..d8e5e1285 100755
--- a/include/asterisk/module.h
+++ b/include/asterisk/module.h
@@ -114,7 +114,7 @@ void ast_update_use_count(void);
* For each of the modules loaded, modentry will be executed with the resource, description,
* and usecount values of each particular module.
*/
-int ast_update_module_list(int (*modentry)(char *module, char *description, int usecnt));
+int ast_update_module_list(int (*modentry)(char *module, char *description, int usecnt, char *like), char *like);
//! Ask this procedure to be run with modules have been updated
/*!