aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/file.h')
-rw-r--r--include/asterisk/file.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/asterisk/file.h b/include/asterisk/file.h
index f94fa71c4..24796076d 100644
--- a/include/asterisk/file.h
+++ b/include/asterisk/file.h
@@ -266,8 +266,11 @@ int ast_waitstream_exten(struct ast_channel *c, const char *context);
*/
int ast_waitstream_fr(struct ast_channel *c, const char *breakon, const char *forward, const char *rewind, int ms);
-/* Same as waitstream, but with audio output to fd and monitored fd checking. Returns
- 1 if monfd is ready for reading */
+/*!
+ * Same as waitstream, but with audio output to fd and monitored fd checking.
+ *
+ * \return 1 if monfd is ready for reading
+ */
int ast_waitstream_full(struct ast_channel *c, const char *breakon, int audiofd, int monfd);
/*!