diff options
author | Derick Rethans <derick@php.net> | 2002-12-05 19:33:03 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-12-05 19:33:03 +0000 |
commit | 83741be445b72c7b82a0e501cda54d230d0d0580 (patch) | |
tree | 2147c745c7ea98810102447fa0b8d203c938ad8f /ext/snmp/php_snmp.h | |
parent | bd06d48e5639d21e84fc39b76226642347a8d795 (diff) | |
download | php-git-83741be445b72c7b82a0e501cda54d230d0d0580.tar.gz |
- Renamed snmpv3_* to snmp3_*
- Conversion to php_error_docref
- Whitespace fixes
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r-- | ext/snmp/php_snmp.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index 138948c624..8e9e86dd82 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -40,12 +40,12 @@ 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); -PHP_FUNCTION(snmpv3walk); -PHP_FUNCTION(snmpv3realwalk); -PHP_FUNCTION(snmpv3set); -PHP_FUNCTION(snmpv3getbulk); + +PHP_FUNCTION(snmp3_get); +PHP_FUNCTION(snmp3_walk); +PHP_FUNCTION(snmp3_real_walk); +PHP_FUNCTION(snmp3_set); +//PHP_FUNCTION(snmp3_getbulk); PHP_MINFO_FUNCTION(snmp); #else |