summaryrefslogtreecommitdiffstats
path: root/motd.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2014-10-31 10:15:31 +0900
committerFreeArtMan <dos21h@gmail.com>2014-10-31 10:15:31 +0900
commitc84cc88f0b34d8802390e2a7b6dab7f07ba277d1 (patch)
treef8af1ec8dafd72636eaf320f658c191c47bc1f75 /motd.h
parentf9a751917d0dd885ba7ae6047ccf7369512ee5df (diff)
downloadmicrobbs-c84cc88f0b34d8802390e2a7b6dab7f07ba277d1.tar.gz
microbbs-c84cc88f0b34d8802390e2a7b6dab7f07ba277d1.zip
added article dump, if you whant read it in whole set. hided first log message becouse to many spam from fake visitours
Diffstat (limited to 'motd.h')
-rw-r--r--motd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/motd.h b/motd.h
index f3dfd63..f4344a6 100644
--- a/motd.h
+++ b/motd.h
@@ -8,6 +8,8 @@
#include "libterm/print_utils.h"
#include "libterm/term.h"
+#include "logs.h"
+
//get file name
//calculate current termsize and then print motd in da middle
int bbs_motd( term_screen*, const char* );