summaryrefslogtreecommitdiff
path: root/ext/oracle/oracle.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oracle/oracle.h')
-rw-r--r--ext/oracle/oracle.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/oracle/oracle.h b/ext/oracle/oracle.h
index 74e9c4d7c0..3b5f6bea61 100644
--- a/ext/oracle/oracle.h
+++ b/ext/oracle/oracle.h
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef _PHP3_ORACLE_H
#define _PHP3_ORACLE_H
@@ -79,7 +80,7 @@ typedef struct oraColumn {
typedef struct oraParam {
text *progv;
sword progvl;
- sb2 type;
+ sb2 inout;
ub2 alen;
} oraParam;
@@ -134,6 +135,7 @@ extern void php3_Ora_Parse(INTERNAL_FUNCTION_PARAMETERS);
extern void php3_Ora_Rollback(INTERNAL_FUNCTION_PARAMETERS);
extern int php3_minit_oracle(INIT_FUNC_ARGS);
extern int php3_mshutdown_oracle(SHUTDOWN_FUNC_ARGS);
+extern int php3_rshutdown_oracle(SHUTDOWN_FUNC_ARGS);
extern void php3_info_oracle(void);
extern int php3_rinit_oracle(INIT_FUNC_ARGS);