/[LeafOK_CVS]/lbbs/src/menu_proc.c
ViewVC logotype

Diff of /lbbs/src/menu_proc.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.39 by sysadm, Fri Oct 17 01:25:08 2025 UTC Revision 1.40 by sysadm, Fri Oct 17 12:23:01 2025 UTC
# Line 110  int copyright(void *param) Line 110  int copyright(void *param)
110          return REDRAW;          return REDRAW;
111  }  }
112    
113    int version(void *param)
114    {
115            display_file(DATA_VERSION, 1);
116    
117            return REDRAW;
118    }
119    
120  int reload_bbs_conf(void *param)  int reload_bbs_conf(void *param)
121  {  {
122          clearscr();          clearscr();


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1