summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/odbc/connection.c')
-rw-r--r--src/interfaces/odbc/connection.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/interfaces/odbc/connection.c b/src/interfaces/odbc/connection.c
index e5aecc87602..2a4b62ef5ce 100644
--- a/src/interfaces/odbc/connection.c
+++ b/src/interfaces/odbc/connection.c
@@ -34,7 +34,7 @@
extern GLOBAL_VALUES globals;
-RETCODE SQL_API
+RETCODE SQL_API
SQLAllocConnect(
HENV henv,
HDBC FAR *phdbc)
@@ -75,7 +75,7 @@ SQLAllocConnect(
/* - - - - - - - - - */
-RETCODE SQL_API
+RETCODE SQL_API
SQLConnect(
HDBC hdbc,
UCHAR FAR *szDSN,
@@ -132,7 +132,7 @@ SQLConnect(
/* - - - - - - - - - */
-RETCODE SQL_API
+RETCODE SQL_API
SQLBrowseConnect(
HDBC hdbc,
UCHAR FAR *szConnStrIn,
@@ -151,7 +151,7 @@ SQLBrowseConnect(
/* - - - - - - - - - */
/* Drop any hstmts open on hdbc and disconnect from database */
-RETCODE SQL_API
+RETCODE SQL_API
SQLDisconnect(
HDBC hdbc)
{
@@ -191,7 +191,7 @@ SQLDisconnect(
/* - - - - - - - - - */
-RETCODE SQL_API
+RETCODE SQL_API
SQLFreeConnect(
HDBC hdbc)
{