1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 18:13:00 +02:00

Fix the proto

This commit is contained in:
Sterling Hughes
2001-01-18 20:49:12 +00:00
parent ddf488970c
commit 405d11e604

View 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)
{