summaryrefslogtreecommitdiff
path: root/channels/chan_dahdi.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2009-05-22 16:20:16 +0000
committerRussell Bryant <russell@russellbryant.com>2009-05-22 16:20:16 +0000
commit76e9c034beaa607bcb2019068b77844eced3d8b8 (patch)
treed0b1f237783ab847fa1056c1fa0ac2d67196f9d7 /channels/chan_dahdi.c
parentfcda626f3cd15eea04270acd4a7ee596b7dc5555 (diff)
resolve compiler warning
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@196246 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_dahdi.c')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index fed6c1264..5971539b0 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -4198,7 +4198,7 @@ static int pri_find_dchan(struct dahdi_pri *pri)
#if defined(HAVE_OPENR2)
static const char * const dahdi_accept_r2_call_app = "DAHDIAcceptR2Call";
-static int dahdi_accept_r2_call_exec(struct ast_channel *chan, void *data)
+static int dahdi_accept_r2_call_exec(struct ast_channel *chan, const char *data)
{
/* data is whether to accept with charge or no charge */
openr2_call_mode_t accept_mode;