From 0fe5fabd9b0ce86f19d679c45383f6a8d6fbf686 Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Tue, 26 Dec 2006 22:07:45 +0000 Subject: [PATCH] fix build --- ext/snmp/php_snmp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1