summaryrefslogtreecommitdiff
path: root/include/asterisk
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-03-05 03:20:55 +0000
committerMark Spencer <markster@digium.com>2005-03-05 03:20:55 +0000
commitbadc4dec4681a14695ef64d067a012d4aaa215fa (patch)
tree43bbc5fb738257b338682fa55d5417d784661ea2 /include/asterisk
parent7f97f0a332c5d65b5cf38ac497d9491d580f07e3 (diff)
Make mpg123 behave more nicely
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5142 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/utils.h b/include/asterisk/utils.h
index f766ff4ca..590815320 100755
--- a/include/asterisk/utils.h
+++ b/include/asterisk/utils.h
@@ -136,6 +136,7 @@ extern int test_for_thread_safety(void);
extern const char *ast_inet_ntoa(char *buf, int bufsiz, struct in_addr ia);
extern int ast_utils_init(void);
+extern int ast_wait_for_input(int fd, int ms);
/* The realloca lets us ast_restrdupa(), but you can't mix any other ast_strdup calls! */