aboutsummaryrefslogtreecommitdiffstats
path: root/include/sql.h
diff options
context:
space:
mode:
authorjustanothercatgirl <sotov@twistea.su>2025-03-27 12:52:11 +0300
committerjustanothercatgirl <sotov@twistea.su>2025-03-27 12:52:11 +0300
commit82742d5d13dc7b0691a79c79f8e62782fcb16e10 (patch)
tree48d077549ed667d2a54171b82eb7608cb8edaf3e /include/sql.h
parent8542ec17d3df989f3df9fd03af7a447bf730dc13 (diff)
Doing SQL (work in progress)
Diffstat (limited to 'include/sql.h')
-rw-r--r--include/sql.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sql.h b/include/sql.h
new file mode 100644
index 0000000..e14167b
--- /dev/null
+++ b/include/sql.h
@@ -0,0 +1,6 @@
+#ifndef SQL_H
+#define SQL_H
+
+extern const char *INIT_SQL, *INSERT_SQL, *DELETE_SQL;
+
+#endif