summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-31 22:00:11 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-31 22:00:11 +0100
commit9465fd744cc2117190bafc1a3e2da9f10ca29bf9 (patch)
tree7d94bdaaa37cabb58cede695b03082b8360167bd /whiteboard.h
parentaf1c4ee4d74ff7afc997372802d851d11daad418 (diff)
Storage via SQLite, Added tests (WIP)
Diffstat (limited to 'whiteboard.h')
-rw-r--r--whiteboard.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/whiteboard.h b/whiteboard.h
new file mode 100644
index 0000000..39eeb66
--- /dev/null
+++ b/whiteboard.h
@@ -0,0 +1,6 @@
+// pseudo main() - for testability
+
+#pragma once
+
+int whiteboard(int argc, char* argv[]);
+