]> granicus.if.org Git - php/commitdiff
use correct enum type for the arg
authorAntony Dovgal <tony2001@php.net>
Tue, 25 Oct 2005 16:02:33 +0000 (16:02 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 25 Oct 2005 16:02:33 +0000 (16:02 +0000)
ext/pdo/php_pdo_driver.h

index 26ecdd89b2a2713ccaa42fff4afbcd38f767ffe7..8b6b7ac9a75ae473a388095b196708392a26aef3 100755 (executable)
@@ -183,7 +183,7 @@ enum pdo_null_handling {
 };
 
 /* {{{ utils for reading attributes set as driver_options */
-static inline long pdo_attr_lval(zval *options, enum pdo_fetch_type option_name, long defval TSRMLS_DC)
+static inline long pdo_attr_lval(zval *options, enum pdo_attribute_type option_name, long defval TSRMLS_DC)
 {
        zval **v;