diff options
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rw-r--r-- | ext/pdo/php_pdo_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h index 87eb79256e..7fe3bfc850 100644 --- a/ext/pdo/php_pdo_int.h +++ b/ext/pdo/php_pdo_int.h @@ -23,7 +23,6 @@ extern HashTable pdo_driver_hash; extern zend_class_entry *pdo_exception_ce; -PDO_API zend_class_entry *php_pdo_get_exception_base(int root); int php_pdo_list_entry(void); void pdo_dbh_init(void); |