[xiph-commits] r7470 - icecast/branches/kh/net

j at motherfish-iii.xiph.org j
Thu Aug 5 19:08:41 PDT 2004


Author: j
Date: Thu Aug  5 19:08:41 2004
New Revision: 7470

Modified:
icecast/branches/kh/net/sock.h
Log:
add prototype for sock_read_pending

Modified: icecast/branches/kh/net/sock.h
===================================================================
--- icecast/branches/kh/net/sock.h	2004-08-03 17:31:54 UTC (rev 7469)
+++ icecast/branches/kh/net/sock.h	2004-08-03 18:35:52 UTC (rev 7470)
@@ -129,6 +129,7 @@
/* Socket read functions */
int sock_read_bytes(sock_t sock, char *buff, size_t len);
int sock_read_line(sock_t sock, char *string, const int len);
+int sock_read_pending(sock_t sock, unsigned timeout);

/* server socket functions */
sock_t sock_get_server_socket(const int port, char *sinterface);



More information about the commits mailing list