summaryrefslogblamecommitdiffstats
path: root/motd.h
blob: d116c1bb09b40d0bd71cc68e88f8012b13323832 (plain) (tree)
1
2
3
4
5
6
7
8
9






                         

                    
                            

                         

                 

                                                             
                                               


      
#ifndef __MICROBBS_MOTD_H
#define __MICROBBS_MOTD_H

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include "kconfig.h"

#include "libterm/term_io.h"
#include "libterm/term.h"

#include "logs.h"

//get file name
//calculate current termsize and then print motd in da middle
int bbs_motd_draw( term_screen*, const char* );

#endif