From: Nuno Lopes Date: Tue, 26 Dec 2006 22:07:45 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_1_0_0RC1~490 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0fe5fabd9b0ce86f19d679c45383f6a8d6fbf686;p=php fix build --- diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index 718fa47fcc..16cbea2703 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -49,7 +49,7 @@ PHP_FUNCTION(snmprealwalk); PHP_FUNCTION(snmp_get_quick_print); PHP_FUNCTION(snmp_set_quick_print); PHP_FUNCTION(snmp_set_enum_print); -PHP_FUNCTION(snmp_set_oid_numeric_print); +PHP_FUNCTION(snmp_set_oid_output_format); PHP_FUNCTION(snmpset); PHP_FUNCTION(snmp2_get);