aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/file.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-26 06:31:05 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-26 06:31:05 +0000
commitdb01639c56191ff028a1b0b26067f8913b8536d4 (patch)
tree5baf4cf9a0e08087d1c5d72bf5d632a2271180ab /include/asterisk/file.h
parent92b8bf85b3553fefe54539b74daf28384d0a1bc5 (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: http://svn.digium.com/svn/asterisk/trunk@83849 f38db490-d61c-443f-a65b-d21fe96a405b
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);
/*!