summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-08-14 05:44:33 +0000
committerfoobar <sniper@php.net>2001-08-14 05:44:33 +0000
commit442669055bd6d37c6fbb400de4eebad21fa5595f (patch)
tree5e4da7f61ef8e69303bfa078223b607a65bb7f0b /ext/dba/php_dba.h
parent292d27bf6a5667fc741afcb8938dc0cee00688a8 (diff)
downloadphp-git-442669055bd6d37c6fbb400de4eebad21fa5595f.tar.gz
Another TSRMLS_FETCH() nuke.
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 01ac87d7ee..80b4ff009c 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)
+ int dba_open_##x(dba_info *info TSRMLS_DC)
#define DBA_CLOSE_FUNC(x) \
void dba_close_##x(dba_info *info)
#define DBA_FETCH_FUNC(x) \