diff options
Diffstat (limited to 'src/tdo.h')
| -rw-r--r-- | src/tdo.h | 8 |
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); + |
