]> granicus.if.org Git - php/commitdiff
Fix the proto
authorSterling Hughes <sterling@php.net>
Thu, 18 Jan 2001 20:49:12 +0000 (20:49 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 18 Jan 2001 20:49:12 +0000 (20:49 +0000)
ext/sockets/sockets.c

index fe820cdbdf7c36e1dd225ec80190cdf8728dafa5..76203329d376e6ca6fa7524aebaf895a13d97d63 100644 (file)
@@ -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)
 {