From 7a3c3e85ad1b47a260b4c52265543d7248211d75 Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Thu, 6 Dec 2001 19:18:41 +0000 Subject: [PATCH] proto fix --- ext/sockets/sockets.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c index df46a28480..723e1ad1f4 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -437,7 +437,7 @@ PHP_FUNCTION(socket_fd_alloc) } /* }}} */ -/* {{{ proto bool socket_fd_dealloc(resource set) +/* {{{ proto bool socket_fd_free(resource set) Deallocates a file descriptor set */ PHP_FUNCTION(socket_fd_free) { -- 2.40.0