summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-07-13 05:42:01 +0000
committerfoobar <sniper@php.net>2002-07-13 05:42:01 +0000
commit3624b97ff1588d18f9946cdebc270964dd43e124 (patch)
tree6feffcb23021ae3cafa1cf59b73c365a4f40473b /ext
parent71b0e91bada56ba87c18e7d44734ad0689185559 (diff)
downloadphp-git-3624b97ff1588d18f9946cdebc270964dd43e124.tar.gz
Kill compile warning
Diffstat (limited to 'ext')
-rw-r--r--ext/snmp/snmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index 394950643c..623d1b541e 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -74,8 +74,6 @@
#define SNMP_MSG_GETNEXT GETNEXT_REQ_MSG
#endif
-void php_snmp(INTERNAL_FUNCTION_PARAMETERS, int st);
-
/* constant - can be shared among threads */
static oid objid_mib[] = {1, 3, 6, 1, 2, 1};