[Asterisk-cvs] asterisk/include/asterisk utils.h,1.25,1.26
markster at lists.digium.com
markster at lists.digium.com
Fri Mar 4 21:23:51 CST 2005
Update of /usr/cvsroot/asterisk/include/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv23177/include/asterisk
Modified Files:
utils.h
Log Message:
Make mpg123 behave more nicely
Index: utils.h
===================================================================
RCS file: /usr/cvsroot/asterisk/include/asterisk/utils.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- utils.h 4 Mar 2005 22:37:25 -0000 1.25
+++ utils.h 5 Mar 2005 03:20:55 -0000 1.26
@@ -136,6 +136,7 @@
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! */
More information about the svn-commits
mailing list