aboutsummaryrefslogtreecommitdiffstats
path: root/addons/ooh323cDriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'addons/ooh323cDriver.h')
-rw-r--r--addons/ooh323cDriver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/ooh323cDriver.h b/addons/ooh323cDriver.h
index f16b8af24..af03eeaea 100644
--- a/addons/ooh323cDriver.h
+++ b/addons/ooh323cDriver.h
@@ -41,5 +41,5 @@ int ooh323c_set_capability
struct ast_format *convertH323CapToAsteriskCap(int cap, struct ast_format *format);
int ooh323c_set_capability_for_call
(ooCallData *call, struct ast_codec_pref *prefs, struct ast_format_cap *cap, int dtmf, int dtmfcodec,
- int t38support);
+ int t38support, int g729onlyA);
#endif