diff options
Diffstat (limited to 'todo.h')
-rw-r--r-- | todo.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ +#ifndef __MICROBBS_TODO_H +#define __MICROBBS_TODO_H + +//part of libterm +#include "libterm/term.h" +#include "logs.h" +#include "file_use.h" +#include "list.h" + +#include "kconfig.h" + +int bbs_todo( term_screen *, const char *); + +#endif
\ No newline at end of file |