#ifndef __MICROBBS_ARTICLES_H #define __MICROBBS_ARTICLES_H #include #include #include #include #include #include #include #include #include "kconfig.h" //part of libterm #include "libterm/term.h" #include "logs.h" //part of libadt #include "list.h" #define WORKING_DIR "article" int bbs_article( term_screen*, const char* ); int bbs_article_list( term_screen*, const char* ); #endif