summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-10-14 04:38:29 +0000
committerMark Spencer <markster@digium.com>2004-10-14 04:38:29 +0000
commit7c4337dc91408de2c013c29cd010db02c3524512 (patch)
treedc7852a42c6ac4b2dcd0347227e5e32c35724d4b /include
parent0134b03b770f385d4b326d71536f5a0538502fcc (diff)
Add option for "show modules like" (bug #2643)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-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
/*!