summaryrefslogtreecommitdiffstats
path: root/motd.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 /motd.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 'motd.h')
-rw-r--r--motd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/motd.h b/motd.h
index f4344a6..e64d06c 100644
--- a/motd.h
+++ b/motd.h
@@ -12,7 +12,8 @@
//get file name
//calculate current termsize and then print motd in da middle
-int bbs_motd( term_screen*, const char* );
+int bbs_login_motd( term_screen*, const char* );
+int bbs_quit_motd( term_screen*, const char* );
#endif