summaryrefslogtreecommitdiffstats
path: root/articles.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-11-16 15:20:30 +0900
committerFreeArtMan <dos21h@gmail.com>2014-11-16 15:20:30 +0900
commitdc4bbe5366d6c733f9f77b7c9fee0cbba3e0d92b (patch)
tree59335ea751ae3e3cbedfd227e4c9c92237b1d6de /articles.h
parentc0adc26b6e1b9c07b144798fb3b5de27a2e36e0c (diff)
downloadmicrobbs-dc4bbe5366d6c733f9f77b7c9fee0cbba3e0d92b.tar.gz
microbbs-dc4bbe5366d6c733f9f77b7c9fee0cbba3e0d92b.zip
New version bumped. Article list and list read added. Quit motd added
Diffstat (limited to 'articles.h')
-rw-r--r--articles.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/articles.h b/articles.h
index 0282386..5f773a3 100644
--- a/articles.h
+++ b/articles.h
@@ -3,10 +3,21 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
+#include <dirent.h>
+#include <sys/types.h>
+#include <sys/stat.h>
+#include <unistd.h>
+#include <fcntl.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* );