diff options
Diffstat (limited to 'todo.h')
-rw-r--r-- | todo.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |