summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-08-23 22:24:02 +0000
committerfoobar <sniper@php.net>2002-08-23 22:24:02 +0000
commit135a1c64c443a384515e5ce7a91ba3e8a5c5b334 (patch)
tree503d7f9f32ce7c00ac9118288ab998d3c9c89a64 /ext/dba/php_dba.h
parentf976590420315027d8fae80442cd8912a8f1e9a0 (diff)
downloadphp-git-135a1c64c443a384515e5ce7a91ba3e8a5c5b334.tar.gz
Made this extension to use the resource stuff
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 07f0b38449..3a9b726fdc 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -37,7 +37,7 @@ typedef struct dba_info {
dba_mode_t mode;
/* arg[cv] are only available when the dba_open handler is called! */
int argc;
- pval ***argv;
+ zval ***argv;
/* private */
struct dba_handler *hnd;
} dba_info;