]> granicus.if.org Git - php/commitdiff
Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and
authorSascha Schumann <sas@php.net>
Mon, 8 Nov 1999 10:33:06 +0000 (10:33 +0000)
committerSascha Schumann <sas@php.net>
Mon, 8 Nov 1999 10:33:06 +0000 (10:33 +0000)
broke the build for UCD SNMP 4.0.1.

ext/snmp/snmp.c

index d0d22a6b652bcc84a9961468627a38d99d14fbb3..ad8133715843af56560ef471adf9be40387d7bbb 100644 (file)
@@ -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)