diff options
Diffstat (limited to 'src/sqlite/SQLiteWrapper.h')
-rw-r--r-- | src/sqlite/SQLiteWrapper.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sqlite/SQLiteWrapper.h b/src/sqlite/SQLiteWrapper.h index 343baff2..324fdb66 100644 --- a/src/sqlite/SQLiteWrapper.h +++ b/src/sqlite/SQLiteWrapper.h @@ -22,6 +22,7 @@ 3. This notice may not be removed or altered from any source distribution. René Nyffenegger rene.nyffenegger@adp-gmbh.ch + Modified by Mateusz Kaduk mateusz.kaduk@gmail.com */ #ifndef SQLITE_WRAPPER_H__ @@ -86,6 +87,7 @@ class SQLiteWrapper { SQLiteWrapper(); bool Open(std::string const& db_file); + bool Close(); class ResultRecord { public: |