diff options
author | Boris Lytochkin <lytboris@php.net> | 2011-03-20 20:07:33 +0000 |
---|---|---|
committer | Boris Lytochkin <lytboris@php.net> | 2011-03-20 20:07:33 +0000 |
commit | 14eaa5ac58adcbbf80a5db7838f7c4080fbd6e0e (patch) | |
tree | 6d8a067bd3a2a0f5b5d91454568bad9a7e62cb2b /ext/snmp/php_snmp.h | |
parent | 547a96090f2eb652c4f3c0978164199b835ac86f (diff) | |
download | php-git-14eaa5ac58adcbbf80a5db7838f7c4080fbd6e0e.tar.gz |
follow CS:
- method set_security should be named as setSecurity
- SNMP_VERSION_2C constant
Diffstat (limited to 'ext/snmp/php_snmp.h')
-rw-r--r-- | ext/snmp/php_snmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index b4b6f560ab..230132b330 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -73,7 +73,7 @@ PHP_FUNCTION(snmp_get_valueretrieval); PHP_FUNCTION(snmp_read_mib); PHP_METHOD(SNMP, open); -PHP_METHOD(SNMP, set_security); +PHP_METHOD(SNMP, setSecurity); PHP_METHOD(SNMP, close); PHP_METHOD(SNMP, get); PHP_METHOD(SNMP, getnext); |