[Asterisk-cvs] asterisk manager.c,1.86,1.87
markster at lists.digium.com
markster at lists.digium.com
Tue Mar 22 13:14:39 CST 2005
Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv16817
Modified Files:
manager.c
Log Message:
Fix manager declarations
Index: manager.c
===================================================================
RCS file: /usr/cvsroot/asterisk/manager.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- manager.c 26 Feb 2005 07:15:18 -0000 1.86
+++ manager.c 22 Mar 2005 19:09:12 -0000 1.87
@@ -1470,7 +1470,7 @@
return 0;
}
-int ast_manager_register2(char *action, int auth, int (*func)(struct mansession *s, struct message *m), char *synopsis, char *description)
+int ast_manager_register2(const char *action, int auth, int (*func)(struct mansession *s, struct message *m), const char *synopsis, const char *description)
{
struct manager_action *cur;
More information about the svn-commits
mailing list