summaryrefslogtreecommitdiffstats
path: root/todo.h
diff options
context:
space:
mode:
Diffstat (limited to 'todo.h')
-rw-r--r--todo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.h b/todo.h
index 79bff9c..724a2c8 100644
--- a/todo.h
+++ b/todo.h
@@ -3,6 +3,7 @@
//part of libterm
#include "libterm/term.h"
+#include "libterm/term_io.h"
#include "logs.h"
#include "file_use.h"
#include "list.h"
@@ -10,5 +11,7 @@
#include "kconfig.h"
int bbs_todo( term_screen *, const char *);
+int bbs_todo_add( term_screen*, List*, const char*);
+int bbs_todo_save( const char*, List* );
#endif \ No newline at end of file