From 405d11e604fe5bfc08d671db6be5f9b4cac80fb3 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Thu, 18 Jan 2001 20:49:12 +0000 Subject: [PATCH] Fix the proto --- 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 fe820cdbdf..76203329d3 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -272,7 +272,7 @@ PHP_FUNCTION(fd_alloc) } /* }}} */ -/* {{{ proto bool fd_dealloc(void) +/* {{{ proto bool fd_dealloc(int set) De-allocates a file descriptor set */ PHP_FUNCTION(fd_dealloc) { -- 2.40.0