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

Diff of /lbbs/src/bbs_main.c

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

Revision 1.1 by sysadm, Mon Oct 18 11:33:48 2004 UTC Revision 1.3 by sysadm, Tue Oct 19 15:22:01 2004 UTC
# Line 2  Line 2 
2                            bbsd.c  -  description                            bbsd.c  -  description
3                               -------------------                               -------------------
4      begin                : Mon Oct 18 2004      begin                : Mon Oct 18 2004
5      copyright            : (C) 2004 by leaf      copyright            : (C) 2004 by Leaflet
6      email                : leaflet@leafok.com      email                : leaflet@leafok.com
7   ***************************************************************************/   ***************************************************************************/
8    
# Line 15  Line 15 
15   *                                                                         *   *                                                                         *
16   ***************************************************************************/   ***************************************************************************/
17    
18    #include "bbs.h"
19  #include "common.h"  #include "common.h"
20    
21    //BBS enviroment
22    char BBS_name[50];
23    int BBS_max_client = 256;
24    
25  int  int
26  bbs_main()  bbs_main()
27  {  {
28          log_std("bbs_main()\n");          bbs_welcome();
29                    
30          return 0;          return 0;
31  }  }


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

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