summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/statement.h
diff options
context:
space:
mode:
authorByron Nikolaidis <byronn@insightdist.com>1998-12-29 14:59:30 +0000
committerByron Nikolaidis <byronn@insightdist.com>1998-12-29 14:59:30 +0000
commit550de5db2c36badc508d8d6116643fef994b9c38 (patch)
tree31f40f1b71cd1b89f0a6a2e6a1dcf27f8cce54ae /src/interfaces/odbc/statement.h
parenta75f2d21a8366aece67b8aa144a8644f6195e75f (diff)
Minor fixes to compile on unix for v6-40-0002
Diffstat (limited to 'src/interfaces/odbc/statement.h')
-rw-r--r--src/interfaces/odbc/statement.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interfaces/odbc/statement.h b/src/interfaces/odbc/statement.h
index 32a93a29659..4349e9e004b 100644
--- a/src/interfaces/odbc/statement.h
+++ b/src/interfaces/odbc/statement.h
@@ -202,7 +202,8 @@ char SC_recycle_statement(StatementClass *self);
void SC_clear_error(StatementClass *self);
char SC_get_error(StatementClass *self, int *number, char **message);
char *SC_create_errormsg(StatementClass *self);
-RETCODE SC_execute(StatementClass *stmt);
+RETCODE SC_execute(StatementClass *self);
+RETCODE SC_fetch(StatementClass *self);
void SC_free_params(StatementClass *self, char option);
void SC_log_error(char *func, char *desc, StatementClass *self);