summaryrefslogtreecommitdiffstats
path: root/articles.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-11-16 11:10:23 +0900
committerFreeArtMan <dos21h@gmail.com>2014-11-16 11:10:23 +0900
commite8574a9621a2cbe50b22aa5aa8114bcebce22b38 (patch)
tree6e77d3872827926ce108f15e312d699fefbbd23a /articles.h
parentc84cc88f0b34d8802390e2a7b6dab7f07ba277d1 (diff)
downloadmicrobbs-e8574a9621a2cbe50b22aa5aa8114bcebce22b38.tar.gz
microbbs-e8574a9621a2cbe50b22aa5aa8114bcebce22b38.zip
Preparation to article list feature. Added debug.h and mmm.h
Diffstat (limited to 'articles.h')
-rw-r--r--articles.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/articles.h b/articles.h
index 25977b9..0282386 100644
--- a/articles.h
+++ b/articles.h
@@ -7,6 +7,9 @@
#include "libterm/term.h"
#include "logs.h"
+#define WORKING_DIR "article"
+
int bbs_article( term_screen*, const char* );
+int bbs_article_list( term_screen*, const char* );
#endif