summaryrefslogtreecommitdiffstats
path: root/todo.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-12-24 15:44:09 +0900
committerFreeArtMan <dos21h@gmail.com>2014-12-24 15:44:09 +0900
commitd5ec429771a092e88015e489103e43badaef2c0d (patch)
tree598ca762ebd6186bb5dd17c6d20ceca532e86f08 /todo.h
parentae9cfee6605db373e9aa8b7c054403d83a612595 (diff)
downloadmicrobbs-d5ec429771a092e88015e489103e43badaef2c0d.tar.gz
microbbs-d5ec429771a092e88015e489103e43badaef2c0d.zip
Todo added into bbs shell
Diffstat (limited to 'todo.h')
-rw-r--r--todo.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/todo.h b/todo.h
new file mode 100644
index 0000000..79bff9c
--- /dev/null
+++ b/todo.h
@@ -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