diff options
Diffstat (limited to 'ext/pdo_firebird/php_pdo_firebird_int.h')
-rw-r--r-- | ext/pdo_firebird/php_pdo_firebird_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h index 47bfc18e4b..0ae59358f2 100644 --- a/ext/pdo_firebird/php_pdo_firebird_int.h +++ b/ext/pdo_firebird/php_pdo_firebird_int.h @@ -132,7 +132,7 @@ typedef struct { extern const pdo_driver_t pdo_firebird_driver; -extern struct pdo_stmt_methods firebird_stmt_methods; +extern const struct pdo_stmt_methods firebird_stmt_methods; void _firebird_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, char const *file, zend_long line); |