summaryrefslogtreecommitdiff
path: root/ext/snmp/php_snmp.h
diff options
context:
space:
mode:
authorHarrie Hazewinkel <harrie@php.net>2002-11-11 21:37:19 +0000
committerHarrie Hazewinkel <harrie@php.net>2002-11-11 21:37:19 +0000
commit6a14b16e3411c5edd865fbcc550e2e129e7714db (patch)
tree696cca764419ace6f6ba06284146f6ac45013495 /ext/snmp/php_snmp.h
parent957f651708f42a2583560f60d8686d5f6ebfb90c (diff)
downloadphp-git-6a14b16e3411c5edd865fbcc550e2e129e7714db.tar.gz
Adding a more detail print functions, that assist/make it easier for
creating SNMP scripts. They are only supported when you have NET-SNMP. Need to be documented still though.
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r--ext/snmp/php_snmp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h
index af73faa766..138948c624 100644
--- a/ext/snmp/php_snmp.h
+++ b/ext/snmp/php_snmp.h
@@ -37,6 +37,8 @@ PHP_FUNCTION(snmpwalk);
PHP_FUNCTION(snmprealwalk);
PHP_FUNCTION(snmp_get_quick_print);
PHP_FUNCTION(snmp_set_quick_print);
+PHP_FUNCTION(snmp_set_enum_print);
+PHP_FUNCTION(snmp_set_oid_numeric_print);
PHP_FUNCTION(snmpset);
PHP_FUNCTION(snmpv3get);
PHP_FUNCTION(snmpv3getnext);