aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinclude/asterisk/parking.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/parking.h b/include/asterisk/parking.h
index 6b3dec1f1..0ccbfaff8 100755
--- a/include/asterisk/parking.h
+++ b/include/asterisk/parking.h
@@ -41,7 +41,7 @@ extern char *ast_parking_ext(void);
//! Bridge a call, optionally allowing redirection
-extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect);
+extern int ast_bridge_call(struct ast_channel *chan, struct ast_channel *peer, int allowredirect, int allowdisconnect);
#endif /* _PARKING_H */