diff options
| author | Jani Taskinen <jani@php.net> | 2007-07-23 11:53:58 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2007-07-23 11:53:58 +0000 |
| commit | 5b71d45effbaeba3c132c7025bbfd0c5fae7f638 (patch) | |
| tree | 657a987d19b96997171c0905a01a68628a53e7d6 /ext/pdo/php_pdo_driver.h | |
| parent | 0dd60dd1cd92860de2cd3edb07da96ef2806043e (diff) | |
| download | php-git-5b71d45effbaeba3c132c7025bbfd0c5fae7f638.tar.gz | |
MFH: sync
Diffstat (limited to 'ext/pdo/php_pdo_driver.h')
| -rwxr-xr-x | ext/pdo/php_pdo_driver.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pdo/php_pdo_driver.h b/ext/pdo/php_pdo_driver.h index 77e2eaeb77..c3c98c4301 100755 --- a/ext/pdo/php_pdo_driver.h +++ b/ext/pdo/php_pdo_driver.h @@ -646,8 +646,8 @@ PDO_API int php_pdo_parse_data_source(const char *data_source, unsigned long data_source_len, struct pdo_data_src_parser *parsed, int nparams); -PDO_API zend_class_entry *php_pdo_get_dbh_ce(); -PDO_API zend_class_entry *php_pdo_get_exception(); +PDO_API zend_class_entry *php_pdo_get_dbh_ce(void); +PDO_API zend_class_entry *php_pdo_get_exception(void); PDO_API int pdo_parse_params(pdo_stmt_t *stmt, char *inquery, int inquery_len, char **outquery, int *outquery_len TSRMLS_DC); |
