Bug 6162 - Constify manager_event arguments

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7853 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2006-01-07 15:23:38 +00:00
parent e92b19bc35
commit d4ee9cb1a3
2 changed files with 2 additions and 2 deletions

View File

@@ -1504,7 +1504,7 @@ static int append_event(struct mansession *s, const char *str)
}
/*! \brief manager_event: Send AMI event to client */
int manager_event(int category, char *event, char *fmt, ...)
int manager_event(int category, const char *event, const char *fmt, ...)
{
struct mansession *s;
char auth[80];