aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/utils.h')
-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! */