summaryrefslogtreecommitdiff
path: root/include/asterisk/indications.h
diff options
context:
space:
mode:
authorMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 22:37:31 +0000
committerMatteo Brancaleoni <mbrancaleoni@espia.it>2003-03-16 22:37:31 +0000
commit61e446f04b2bdcc41f6420e3cf9ed466ed80c3ed (patch)
tree42e44ab95928950f65a80b2dd298dc79f9b82a8e /include/asterisk/indications.h
parent7640e83360c2dfc792091caeaea05cc9fce0635c (diff)
dom mar 16 23:37:23 CET 2003
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@647 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/indications.h')
-rwxr-xr-xinclude/asterisk/indications.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/indications.h b/include/asterisk/indications.h
index 1ff4dacd3..0ee0fac1d 100755
--- a/include/asterisk/indications.h
+++ b/include/asterisk/indications.h
@@ -65,7 +65,7 @@ extern int ast_register_indication(struct tone_zone *zone, const char *indicatio
extern int ast_unregister_indication(struct tone_zone *zone, const char *indication);
/* Start a tone-list going */
-int ast_playtones_start(struct ast_channel *chan, int vol, const char* tonelist);
+int ast_playtones_start(struct ast_channel *chan, int vol, const char* tonelist, int interruptible);
/*! Stop the tones from playing */
void ast_playtones_stop(struct ast_channel *chan);