aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/chan_h323.h
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 16:24:00 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-20 16:24:00 +0000
commitcf87c5b3b6a3f14a0ff55672e183ed4c861b39f2 (patch)
tree8e6cb2975b2442a3fddb0d342d5356db5276a6d7 /channels/h323/chan_h323.h
parent96e43c825ca6c091b2eb6d2a22e86ed8eb48e0c5 (diff)
Merge in latest round of chan_h323 changes. These are all isolated to chan_h323 so meh.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43331 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/chan_h323.h')
-rw-r--r--channels/h323/chan_h323.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/chan_h323.h b/channels/h323/chan_h323.h
index d6be63f4f..41eb84fb0 100644
--- a/channels/h323/chan_h323.h
+++ b/channels/h323/chan_h323.h
@@ -181,7 +181,7 @@ extern hangup_cb on_hangup;
typedef void (*setcapabilities_cb)(unsigned, const char *);
extern setcapabilities_cb on_setcapabilities;
-typedef void (*setpeercapabilities_cb)(unsigned, const char *, int);
+typedef void (*setpeercapabilities_cb)(unsigned, const char *, int, struct ast_codec_pref *);
extern setpeercapabilities_cb on_setpeercapabilities;
/* debug flag */