summaryrefslogtreecommitdiff
path: root/ext/snmp/php_snmp.h
diff options
context:
space:
mode:
authorHarrie Hazewinkel <harrie@php.net>2005-03-16 14:29:40 +0000
committerHarrie Hazewinkel <harrie@php.net>2005-03-16 14:29:40 +0000
commite6ae6fc62d7c5434fc3e673b775fe4fa597a0c1c (patch)
tree8c3d70797e40c2378fce5b4bb9d5ca1a6407f88c /ext/snmp/php_snmp.h
parent5d190e6b5e1487f4ce519dcfcba3974dc7f69649 (diff)
downloadphp-git-e6ae6fc62d7c5434fc3e673b775fe4fa597a0c1c.tar.gz
Adding SNMPv2 community based (i.e. protocol version) functions.
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r--ext/snmp/php_snmp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h
index 6a33b7ba19..dac11ff9f0 100644
--- a/ext/snmp/php_snmp.h
+++ b/ext/snmp/php_snmp.h
@@ -52,6 +52,12 @@ PHP_FUNCTION(snmp_set_enum_print);
PHP_FUNCTION(snmp_set_oid_numeric_print);
PHP_FUNCTION(snmpset);
+PHP_FUNCTION(snmp2_get);
+PHP_FUNCTION(snmp2_getnext);
+PHP_FUNCTION(snmp2_walk);
+PHP_FUNCTION(snmp2_real_walk);
+PHP_FUNCTION(snmp2_set);
+
PHP_FUNCTION(snmp3_get);
PHP_FUNCTION(snmp3_getnext);
PHP_FUNCTION(snmp3_walk);