summaryrefslogtreecommitdiffstats
path: root/motd.h
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2015-01-08 21:21:23 +0900
committerFreeArtMan <dos21h@gmail.com>2015-01-08 21:21:23 +0900
commitad222a30782ebacacd0f5388f01b65fa61e12697 (patch)
tree861e83d3214929fe7d58a0d79dcb0e069bb32b16 /motd.h
parent3d489fe502178d2d4e58eb8d5736be2fbda38077 (diff)
downloadmicrobbs-ad222a30782ebacacd0f5388f01b65fa61e12697.tar.gz
microbbs-ad222a30782ebacacd0f5388f01b65fa61e12697.zip
Fixed positioning for captcha, motd, mainmenu, sysinfo
Diffstat (limited to 'motd.h')
-rw-r--r--motd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/motd.h b/motd.h
index 638612b..d116c1b 100644
--- a/motd.h
+++ b/motd.h
@@ -14,8 +14,7 @@
//get file name
//calculate current termsize and then print motd in da middle
-int bbs_login_motd( term_screen*, const char* );
-int bbs_quit_motd( term_screen*, const char* );
+int bbs_motd_draw( term_screen*, const char* );
#endif