summaryrefslogtreecommitdiff
path: root/ext/interbase/php_ibase_includes.h
diff options
context:
space:
mode:
authorArd Biesheuvel <abies@php.net>2004-04-07 10:36:00 +0000
committerArd Biesheuvel <abies@php.net>2004-04-07 10:36:00 +0000
commit59f0817205b1fdbb569d1025283c39aecf709130 (patch)
treeb83b67408f08c3dd14e4dc5de698de70366fd367 /ext/interbase/php_ibase_includes.h
parent72e2e4fea3201d22a6f079ac3cb4f00c0b98c5c9 (diff)
downloadphp-git-59f0817205b1fdbb569d1025283c39aecf709130.tar.gz
Don't define ibase_service struct type unless its member types are defined
Diffstat (limited to 'ext/interbase/php_ibase_includes.h')
-rwxr-xr-xext/interbase/php_ibase_includes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/interbase/php_ibase_includes.h b/ext/interbase/php_ibase_includes.h
index acc537aaed..d12c1e7ef0 100755
--- a/ext/interbase/php_ibase_includes.h
+++ b/ext/interbase/php_ibase_includes.h
@@ -145,12 +145,6 @@ typedef struct event {
enum event_state { NEW, ACTIVE, DEAD } state;
} ibase_event;
-typedef struct {
- isc_svc_handle handle;
- char *hostname;
- char *username;
-} ibase_service;
-
enum php_interbase_option {
PHP_IBASE_DEFAULT = 0,
/* fetch flags */