Fix proto and #20137

This commit is contained in:
Sander Roobol 2002-10-28 18:00:30 +00:00
parent 4440188510
commit a207b641e5

View File

@ -102,7 +102,7 @@ typedef struct {
/* Prototypes */
int open_listen_sock(php_socket **php_sock, int port, int backlog TSRMLS_DC);
int accept_connect(php_socket *in_sock, php_socket **new_sock, struct sockaddr *la TSRMLS_DC);
int php_read(int bsd_socket, void *buf, int maxlen);
int php_read(int bsd_socket, void *buf, size_t maxlen, int flags);
ZEND_BEGIN_MODULE_GLOBALS(sockets)
int last_error;