git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/v1-0@4011 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Jeremy McNamara 21 years ago
parent 5c37031b1c
commit 6adefd13c1

@ -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

Loading…
Cancel
Save