From 6adefd13c19bb4ac066c9cbc023db6b4b65e1d27 Mon Sep 17 00:00:00 2001 From: Jeremy McNamara Date: Thu, 14 Oct 2004 23:45:09 +0000 Subject: [PATCH] stop seg git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4011 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/chan_h323.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h index 1b277c4993..e9406243a4 100755 --- a/channels/h323/chan_h323.h +++ b/channels/h323/chan_h323.h @@ -114,7 +114,7 @@ typedef struct rtp_info { /* This is a callback prototype function, called pass DTMF down the RTP. */ -typedef int (*send_digit_cb)(unsigned, char); +typedef int (*send_digit_cb)(unsigned, const char *); extern send_digit_cb on_send_digit; /* This is a callback prototype function, called to collect -- 2.47.2