diff options
author | Harrie Hazewinkel <harrie@php.net> | 2005-03-16 14:29:40 +0000 |
---|---|---|
committer | Harrie Hazewinkel <harrie@php.net> | 2005-03-16 14:29:40 +0000 |
commit | e6ae6fc62d7c5434fc3e673b775fe4fa597a0c1c (patch) | |
tree | 8c3d70797e40c2378fce5b4bb9d5ca1a6407f88c /ext/snmp/php_snmp.h | |
parent | 5d190e6b5e1487f4ce519dcfcba3974dc7f69649 (diff) | |
download | php-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.h | 6 |
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); |