[Asterisk-cvs] asterisk/include/asterisk module.h,1.12,1.13

markster at lists.digium.com markster at lists.digium.com
Thu Oct 14 00:38:05 CDT 2004


Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv9512/include/asterisk

Modified Files:
	module.h 
Log Message:
Add option for "show modules like" (bug #2643)


Index: module.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/module.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- module.h	2 Sep 2004 20:45:24 -0000	1.12
+++ module.h	14 Oct 2004 04:38:29 -0000	1.13
@@ -114,7 +114,7 @@
  * 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
 /*!




More information about the svn-commits mailing list