summaryrefslogtreecommitdiffstats
path: root/todo.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-11-07 22:13:25 +0000
committerFreeArtMan <dos21h@gmail.com>2015-11-07 22:13:25 +0000
commite7ecf0537902ff87965f4473bf316c17b90c39a5 (patch)
treec79ffb63938e0044b5a6e796a16c59387bddaf15 /todo.h
parent04918e30ddd690ec0f1b5fd231eb616ad60aed65 (diff)
downloadmicrobbs-e7ecf0537902ff87965f4473bf316c17b90c39a5.tar.gz
microbbs-e7ecf0537902ff87965f4473bf316c17b90c39a5.zip
Change todo from usual files to netbytesHEADmaster
Diffstat (limited to 'todo.h')
-rw-r--r--todo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/todo.h b/todo.h
index 3550f08..8c0e2f6 100644
--- a/todo.h
+++ b/todo.h
@@ -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