From: Sterling Hughes Date: Thu, 18 Jan 2001 20:49:12 +0000 (+0000) Subject: Fix the proto X-Git-Tag: php-4.0.5RC1~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=405d11e604fe5bfc08d671db6be5f9b4cac80fb3;p=php Fix the proto --- 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) {