diff options
Diffstat (limited to 'ext/sockets/php_sockets.h')
| -rw-r--r-- | ext/sockets/php_sockets.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index 0c7049ab43..479a4c239a 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -107,10 +107,6 @@ typedef struct { zend_bool use_system_read; } php_sockets_globals; -int php_read(int bsd_socket, void *buf, int maxlen); -char *php_strerror(int error); - - #ifdef ZTS #define SOCKETSG(v) (sockets_globals->v) #define SOCKETSLS_FETCH() php_sockets_globals *sockets_globals = ts_resource(sockets_globals_id) |
