mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-09 14:36:48 +00:00
Add option for "show modules like" (bug #2643)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3996 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user