summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include/sqlca.h
diff options
context:
space:
mode:
authorMarc G. Fournier1998-08-25 11:57:06 +0000
committerMarc G. Fournier1998-08-25 11:57:06 +0000
commit32cfc4aa00f19750b1786430d5cffad5ec7887ac (patch)
tree7a96fcdf7f1985759a877e4e4e5f373c90766e96 /src/interfaces/ecpg/include/sqlca.h
parent2aab1b9a2229a989869e11ce32cdb4217cc0b38c (diff)
From: Michael Meskes <[email protected]>
+ + Fri Aug 14 12:44:21 CEST 1998 + + - Added EXEC SQL DEFINE statement + - Set version to 2.4.0 + + Tue Aug 18 09:24:15 CEST 1998 + + - Removed keyword IS from DEFINE statement + - Added latest changes from gram.y + - Removed duplicate symbols from preproc.y + - Initialize sqlca structure + - Added check for connection to ecpglib + - Set version to 2.4.1 + + Thu Aug 20 15:31:29 CEST 1998 + + - Cleaned up memory allocation in ecpglib.c + - Set library version to 2.6 +
Diffstat (limited to 'src/interfaces/ecpg/include/sqlca.h')
-rw-r--r--src/interfaces/ecpg/include/sqlca.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/interfaces/ecpg/include/sqlca.h b/src/interfaces/ecpg/include/sqlca.h
index 7d6c9994349..f96067d9744 100644
--- a/src/interfaces/ecpg/include/sqlca.h
+++ b/src/interfaces/ecpg/include/sqlca.h
@@ -38,8 +38,10 @@ struct sqlca
/* 7: empty */
char sqlext[8];
-} sqlca;
+};
+extern struct sqlca sqlca;
+
#endif
#ifdef __cplusplus