From: Sascha Schumann Date: Mon, 8 Nov 1999 10:33:06 +0000 (+0000) Subject: Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and X-Git-Tag: php-4.0b3_RC2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b87228e491d177af41bc96cb3e42000e60f2f934;p=php Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and broke the build for UCD SNMP 4.0.1. --- diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c index d0d22a6b65..ad81337158 100644 --- a/ext/snmp/snmp.c +++ b/ext/snmp/snmp.c @@ -73,9 +73,6 @@ void _php3_snmp(INTERNAL_FUNCTION_PARAMETERS, int st); /* constant - can be shared among threads */ static oid objid_mib[] = {1, 3, 6, 1, 2, 1}; -/* Add missing prototype */ -void sprint_variable(char *, oid *, int, struct variable_list *); - function_entry snmp_functions[] = { PHP_FE(snmpget, NULL) PHP_FE(snmpwalk, NULL)