From: Boris Lytochkin Date: Sun, 12 Jun 2011 10:07:43 +0000 (+0000) Subject: fix method names in header X-Git-Tag: php-5.5.0alpha1~1950 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12517f51a8ab255086069e10d2dfc950cfb0372b;p=php fix method names in header --- diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h index 387bf974b9..f3ca3e258e 100644 --- a/ext/snmp/php_snmp.h +++ b/ext/snmp/php_snmp.h @@ -82,8 +82,8 @@ PHP_METHOD(SNMP, get); PHP_METHOD(SNMP, getnext); PHP_METHOD(SNMP, walk); PHP_METHOD(SNMP, set); -PHP_METHOD(SNMP, get_errno); -PHP_METHOD(SNMP, get_error); +PHP_METHOD(SNMP, getErrno); +PHP_METHOD(SNMP, getError); typedef struct _php_snmp_object { zend_object zo;