summaryrefslogtreecommitdiff
path: root/core/sql.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/sql.h')
-rw-r--r--core/sql.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/sql.h b/core/sql.h
index 675d096..0fc6295 100644
--- a/core/sql.h
+++ b/core/sql.h
@@ -4,18 +4,8 @@
#pragma once
-// index:
-// [section] extern globals
-// [section] declarations
-
-// ----------------------------------------------------------------------------
-// [section] extern globals
-// ----------------------------------------------------------------------------
extern sqlite3 *g_sim_db;
-// ----------------------------------------------------------------------------
-// [section] declarations
-// ----------------------------------------------------------------------------
void sql_open(void);
void sql_close(void);
void sql_exec(void (*callback)(sqlite3_stmt *sql_stmt, void *data), void *data, const char *sql_format, ...);