summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/snmp/snmp.c3
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)