diff options
author | Sascha Schumann <sas@php.net> | 1999-11-08 10:33:06 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-11-08 10:33:06 +0000 |
commit | b87228e491d177af41bc96cb3e42000e60f2f934 (patch) | |
tree | 369992224c240a8c700ee56fc0afd4986d73d080 /ext | |
parent | 63d47b7735967a6b7c6c8f31e3bdf379c969b5da (diff) | |
download | php-git-b87228e491d177af41bc96cb3e42000e60f2f934.tar.gz |
Remove prototype. The prototype was not necessary for UCD SNMP 3.5.3, and
broke the build for UCD SNMP 4.0.1.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/snmp/snmp.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |