diff options
Diffstat (limited to 'motd.h')
-rw-r--r-- | motd.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |