summaryrefslogtreecommitdiff
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-09-26 06:31:05 +0000
committerRussell Bryant <russell@russellbryant.com>2007-09-26 06:31:05 +0000
commit6e8997fe3c1b96fd90129f510dc8a2c67d9fe845 (patch)
tree5baf4cf9a0e08087d1c5d72bf5d632a2271180ab /include/asterisk/file.h
parent39e0e9c831801af014111854a43921edc936f1dd (diff)
Change function documentation to use doxygen tags. (Really, I just needed
to make some minor change in trunk to test something with automerge ...) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83849 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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);
/*!