summaryrefslogtreecommitdiffstats
path: root/database/sqlite/sqlite.h
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/sqlite.h')
-rw-r--r--database/sqlite/sqlite.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/database/sqlite/sqlite.h b/database/sqlite/sqlite.h
index 5a7c5fd..b521687 100644
--- a/database/sqlite/sqlite.h
+++ b/database/sqlite/sqlite.h
@@ -136,6 +136,8 @@ typedef struct __sqlite_dbresult {
typedef enum _SQLqueryType { SQL_SELECT, SQL_INSERT, SQL_UPDATE, SQL_DELETE } SQLqueryType;
+int sqlite_init_functions(eurephiaCTX *ctx);
+
/**
* Free up a dbresult structure. This is the public interface for the
* internal function _sqlite_free_results()