summaryrefslogtreecommitdiff
path: root/include/utils/MsgSqliteWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils/MsgSqliteWrapper.h')
-rwxr-xr-xinclude/utils/MsgSqliteWrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/MsgSqliteWrapper.h b/include/utils/MsgSqliteWrapper.h
index ef2e99a..24f56c8 100755
--- a/include/utils/MsgSqliteWrapper.h
+++ b/include/utils/MsgSqliteWrapper.h
@@ -93,7 +93,7 @@ public:
bool checkTableExist(const char *pTableName);
msg_error_t execQuery(const char *pQuery);
- msg_error_t getTable(const char *pQuery, int *pRowCnt);
+ msg_error_t getTable(const char *pQuery, int *pRowCnt, int *pColumnCnt);
void freeTable();
msg_error_t bindText(const char *pBindStr, int index);
msg_error_t bindInt(const int pBindint, int index);