summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'channels/chan_mgcp.c')
-rwxr-xr-xchannels/chan_mgcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_mgcp.c b/channels/chan_mgcp.c
index 308d7e6c1..309283b77 100755
--- a/channels/chan_mgcp.c
+++ b/channels/chan_mgcp.c
@@ -3345,7 +3345,7 @@ static int restart_monitor(void)
return 0;
}
-static struct ast_channel *mgcp_request(char *type, int format, void *data)
+static struct ast_channel *mgcp_request(const char *type, int format, void *data)
{
int oldformat;
struct mgcp_subchannel *sub;