diff options
| author | Sterling Hughes <sterling@php.net> | 2000-03-25 19:58:19 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2000-03-25 19:58:19 +0000 |
| commit | a9f0e0176b7547239eb8a627e4b5a4a36a198fa9 (patch) | |
| tree | 1ada55d2830c55c84d0b7a1343f5623b191823e6 /ext/snmp/php_snmp.h | |
| parent | 2572b088d0828fa20309dd5b604ff7eb96d40415 (diff) | |
| download | php-git-a9f0e0176b7547239eb8a627e4b5a4a36a198fa9.tar.gz | |
- snmpwalkoid is an alias now
- small optimizations
- delete that switch case in php_snmp
=The different functions are now in the PHP_FUNCTION declaration thingies
- If-else blocks have brackets
Diffstat (limited to 'ext/snmp/php_snmp.h')
| -rw-r--r-- | ext/snmp/php_snmp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index d417cc0f96..dde4e7ea61 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -38,7 +38,6 @@ PHP_MINIT_FUNCTION(snmp); PHP_FUNCTION(snmpget); PHP_FUNCTION(snmpwalk); PHP_FUNCTION(snmprealwalk); -PHP_FUNCTION(snmpwalkoid); PHP_FUNCTION(snmp_get_quick_print); PHP_FUNCTION(snmp_set_quick_print); PHP_FUNCTION(snmpset); |
