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

Diff of /lbbs/src/common.c

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

Revision 1.37 by sysadm, Wed Jul 23 01:16:28 2025 UTC Revision 1.40 by sysadm, Wed Oct 22 16:12:50 2025 UTC
# Line 23  const char *data_files_load_startup[] = Line 23  const char *data_files_load_startup[] =
23          DATA_GOODBYE,          DATA_GOODBYE,
24          DATA_LICENSE,          DATA_LICENSE,
25          DATA_COPYRIGHT,          DATA_COPYRIGHT,
26            DATA_VERSION,
27          DATA_LOGIN_ERROR,          DATA_LOGIN_ERROR,
28          DATA_ACTIVE_BOARD,          DATA_ACTIVE_BOARD,
29          DATA_READ_HELP,          DATA_READ_HELP,
30            DATA_EDITOR_HELP,
31          VAR_BBS_TOP};          VAR_BBS_TOP};
32  int data_files_load_startup_count = 9; // Count of data_files_load_startup[]  
33    const int data_files_load_startup_count = sizeof(data_files_load_startup) / sizeof(const char *);
34    
35  // Global declaration for sockets  // Global declaration for sockets
36  int socket_server[2];  int socket_server[2];


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

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