Fix manager declarations

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5227 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2005-03-22 19:09:12 +00:00
parent 4e70bbc3b2
commit 6e420b3c38
2 changed files with 7 additions and 7 deletions

View File

@@ -1470,7 +1470,7 @@ static int ast_manager_register_struct(struct manager_action *act)
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;