From: foobar Date: Wed, 16 Jul 2003 05:10:29 +0000 (+0000) Subject: Remove extra proto. (copy/paste error?) X-Git-Tag: BEFORE_ARG_INFO~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9887afad9ca84bab9f8c37d83f4b040693063132;p=php Remove extra proto. (copy/paste error?) --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index 14f2517f47..74694f113c 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -1001,8 +1001,6 @@ PHP_FUNCTION(snmp3_getnext) } /* }}} */ -/* {{{ proto int snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]]) - /* {{{ proto int snmp3_walk(string host, string sec_name, string sec_level, string auth_protocol, string auth_passphrase, string priv_protocol, string priv_passphrase, string object_id [, int timeout [, int retries]]) Fetch the value of a SNMP object */ PHP_FUNCTION(snmp3_walk)