summaryrefslogtreecommitdiffstats
path: root/articles.h
diff options
context:
space:
mode:
authorArtur Artamonov <freeartman@wechall.net>2014-08-17 19:40:06 +0100
committerArtur Artamonov <freeartman@wechall.net>2014-08-17 19:40:06 +0100
commitaca4b1ad122434458125b4f25ea2d99a80370ee4 (patch)
tree7664e9e1f454e702c5ad2f557c06882a12ab42de /articles.h
downloadmicrobbs-aca4b1ad122434458125b4f25ea2d99a80370ee4.tar.gz
microbbs-aca4b1ad122434458125b4f25ea2d99a80370ee4.zip
Initial commit
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
new file mode 100644
index 0000000..4f66376
--- /dev/null
+++ b/articles.h
@@ -0,0 +1,11 @@
+#ifndef __MICROBBS_ARTICLES_H
+#define __MICROBBS_ARTICLES_H
+
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "libterm/term.h"
+
+int bbs_article( term_screen*, const char* );
+
+#endif