summaryrefslogtreecommitdiff
path: root/motd.h
diff options
context:
space:
mode:
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