summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-11-05 14:46:36 +0000
committerMarcus Boerger <helly@php.net>2002-11-05 14:46:36 +0000
commit177b24a44ee3b0ff39889a1ef1f896edf559a389 (patch)
treea72933d329f02221d61f564caa9c4423e7cb6a5f /ext/dba/php_dba.h
parent41a77bccba8f597d694f5b66b289f1bba6529a26 (diff)
downloadphp-git-177b24a44ee3b0ff39889a1ef1f896edf559a389.tar.gz
Why did open fail?
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r--ext/dba/php_dba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h
index 7acaa29c0e..c0c1bfc672 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -48,7 +48,7 @@ extern zend_module_entry dba_module_entry;
/* common prototypes which must be supplied by modules */
#define DBA_OPEN_FUNC(x) \
- int dba_open_##x(dba_info *info TSRMLS_DC)
+ int dba_open_##x(dba_info *info, char **error TSRMLS_DC)
#define DBA_CLOSE_FUNC(x) \
void dba_close_##x(dba_info *info TSRMLS_DC)
#define DBA_FETCH_FUNC(x) \