]> granicus.if.org Git - php/commitdiff
Fixed a little boo-boo I made during the PHP3->PHP4 conversion.
authorSteven Lawrance <slawrance@php.net>
Wed, 4 Aug 1999 21:12:57 +0000 (21:12 +0000)
committerSteven Lawrance <slawrance@php.net>
Wed, 4 Aug 1999 21:12:57 +0000 (21:12 +0000)
ext/snmp/snmp.c

index e354b0de95654dc61276202a232eedd2b61082dd..e49e8986b2e10c692bcf484c7867a08e8d6e98af 100644 (file)
@@ -367,7 +367,7 @@ PHP_FUNCTION(snmp_set_quick_print)
 
 /* {{{ proto int snmpset(string host, string community, string object_id, string type, mixed value [, int timeout [, int retries]]) 
 Set the value of a SNMP object */
-PHP_FUNCTION(php3_snmpset) {
+PHP_FUNCTION(snmpset) {
        _php3_snmp(INTERNAL_FUNCTION_PARAM_PASSTHRU,11);
 }
 /* }}} */