summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo_int.h
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2004-05-17 17:00:35 +0000
committerWez Furlong <wez@php.net>2004-05-17 17:00:35 +0000
commit79c513db9607d12561bdeabb7106ef717cd5114e (patch)
treef4b71d9827a1d7f07d8a641da11ae557c95141c8 /ext/pdo/php_pdo_int.h
parent255a5a8a5b95b39029c41c504bcfc7ca9ab7863a (diff)
downloadphp-git-79c513db9607d12561bdeabb7106ef717cd5114e.tar.gz
Some pedantic fixes for gcc.
Diffstat (limited to 'ext/pdo/php_pdo_int.h')
-rwxr-xr-xext/pdo/php_pdo_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo/php_pdo_int.h b/ext/pdo/php_pdo_int.h
index 5d0a3c9ee2..97e969889b 100755
--- a/ext/pdo/php_pdo_int.h
+++ b/ext/pdo/php_pdo_int.h
@@ -31,7 +31,7 @@ extern zend_class_entry *pdo_dbh_ce;
extern zend_object_value pdo_dbstmt_new(zend_class_entry *ce TSRMLS_DC);
extern function_entry pdo_dbstmt_functions[];
extern zend_class_entry *pdo_dbstmt_ce;
-void pdo_dbstmt_free_storage(void *object TSRMLS_DC);
+void pdo_dbstmt_free_storage(zend_object *object TSRMLS_DC);
extern zend_object_handlers pdo_dbstmt_object_handlers;
extern pdo_driver_t *pdo_find_driver(const char *name, int namelen);