summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2003-08-12 18:08:13 +0000
committerArd Biesheuvel <abies@php.net>2003-08-12 18:08:13 +0000
commitb220a551f67972c36318d74db8a90b58951b19ef (patch)
treeac9e66c7c6a80a03e6850e560283cc9116efcc6d /ext/interbase/php_interbase.h
parentc552c34b76129194970693a7a99da6f931256347 (diff)
downloadphp-git-b220a551f67972c36318d74db8a90b58951b19ef.tar.gz
.... and again
Diffstat (limited to 'ext/interbase/php_interbase.h')
-rw-r--r--ext/interbase/php_interbase.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/interbase/php_interbase.h b/ext/interbase/php_interbase.h
index b74b028e0e..c7e35f6b0f 100644
--- a/ext/interbase/php_interbase.h
+++ b/ext/interbase/php_interbase.h
@@ -112,7 +112,7 @@ ZEND_BEGIN_MODULE_GLOBALS(ibase)
ZEND_END_MODULE_GLOBALS(ibase)
typedef struct {
- isc_db_handle link;
+ isc_db_handle handle;
struct tr_list *tr_list;
unsigned short dialect;
} ibase_db_link;
@@ -144,8 +144,8 @@ typedef struct {
} ibase_blob_handle;
typedef struct {
- isc_db_handle link; /* db link for this result */
- isc_tr_handle trans;
+ ibase_db_link *link;
+ ibase_trans *trans;
isc_stmt_handle stmt;
int drop_stmt;
XSQLDA *in_sqlda, *out_sqlda;