diff options
Diffstat (limited to 'todo.h')
-rw-r--r-- | todo.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,12 +7,16 @@ #include "logs.h" #include "file_use.h" #include "list.h" +#include "netbytes.h" #include "kconfig.h" +#define TODO_MAX_NUMBER 40 + int bbs_todo( term_screen *, const char *); int bbs_todo_add( term_screen*, List*, const char*); int bbs_todo_remove( term_screen*, List*, const char* ); int bbs_todo_save( const char*, List* ); +int bbs_todo_load( const char*, List* ); #endif
\ No newline at end of file |