]> granicus.if.org Git - php/commitdiff
Remove extra proto. (copy/paste error?)
authorfoobar <sniper@php.net>
Wed, 16 Jul 2003 05:10:29 +0000 (05:10 +0000)
committerfoobar <sniper@php.net>
Wed, 16 Jul 2003 05:10:29 +0000 (05:10 +0000)
ext/snmp/snmp.c

index 14f2517f4705617940ca62ed91259d0f669e9107..74694f113c00a9290ea670d8ba652c773fd6bcf5 100644 (file)
@@ -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)