aboutsummaryrefslogtreecommitdiff
path: root/src/tdo.h
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-10-18 02:37:49 +0100
committerBlake Romero <blake@blkrom.com>2024-10-30 10:16:05 +0000
commit5d7c2925c4ef268413363f0eab01132a6254087e (patch)
tree4dac22faa2a42931c037a095f67cf5ef4ea971d3 /src/tdo.h
parent83517a2775c953d676fb406dc2f96896b73d2c64 (diff)
Refactor main to source & header files, & update Makefile
Diffstat (limited to 'src/tdo.h')
-rw-r--r--src/tdo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tdo.h b/src/tdo.h
new file mode 100644
index 0000000..4af5e14
--- /dev/null
+++ b/src/tdo.h
@@ -0,0 +1,8 @@
+#include <stdio.h>
+
+// Print version
+void print_version();
+
+// Create a new todo item
+void new_tdo(int argc, char** argv);
+