From a369d06bea95d2290b69489471ae26fdcf8ac7be Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Tue, 30 Apr 2002 22:03:51 +0000 Subject: [PATCH] - Forgot to update 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 37caf6026a..52ddd50d87 100644 --- a/ext/sockets/sockets.c +++ b/ext/sockets/sockets.c @@ -1938,7 +1938,7 @@ PHP_FUNCTION(socket_last_error) } /* }}} */ -/* {{{ proto void socket_clear_error(resource socket) +/* {{{ proto void socket_clear_error([resource socket]) Clears the error on the socket or the last error code. */ PHP_FUNCTION(socket_clear_error) { -- 2.50.1