mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
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:
@@ -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];
|
||||
|
Reference in New Issue
Block a user