diff options
Diffstat (limited to 'articles.h')
-rw-r--r-- | articles.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |