summaryrefslogtreecommitdiff
path: root/include/asterisk/parking.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2002-08-20 16:55:17 +0000
committerMark Spencer <markster@digium.com>2002-08-20 16:55:17 +0000
commit49728b8c7cb796e00af75f1e8d1019c648819b16 (patch)
treec8d8ad6f6e152b71a9214aea43c476127cb6178a /include/asterisk/parking.h
parent71ca1d1630446bb6290ff58dbbcce3a6cbebb80e (diff)
Version 0.2.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@505 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/parking.h')
-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 */