diff options
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r-- | src/interfaces/odbc/statement.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c index 86e52191afb..d730e1b6401 100644 --- a/src/interfaces/odbc/statement.c +++ b/src/interfaces/odbc/statement.c @@ -85,7 +85,7 @@ static struct }; -RETCODE SQL_API +RETCODE SQL_API SQLAllocStmt(HDBC hdbc, HSTMT FAR *phstmt) { @@ -139,7 +139,7 @@ SQLAllocStmt(HDBC hdbc, } -RETCODE SQL_API +RETCODE SQL_API SQLFreeStmt(HSTMT hstmt, UWORD fOption) { |