]> granicus.if.org Git - php/commitdiff
fix method names in header
authorBoris Lytochkin <lytboris@php.net>
Sun, 12 Jun 2011 10:07:43 +0000 (10:07 +0000)
committerBoris Lytochkin <lytboris@php.net>
Sun, 12 Jun 2011 10:07:43 +0000 (10:07 +0000)
ext/snmp/php_snmp.h

index 387bf974b9a62a483076e7840361739b4b20801c..f3ca3e258e7167311d28a37fd162d0622d9314c9 100644 (file)
@@ -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;