/[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.39 by sysadm, Sun Oct 19 07:42:53 2025 UTC Revision 1.40 by sysadm, Wed Oct 22 16:12:50 2025 UTC
# Line 29  const char *data_files_load_startup[] = Line 29  const char *data_files_load_startup[] =
29          DATA_READ_HELP,          DATA_READ_HELP,
30          DATA_EDITOR_HELP,          DATA_EDITOR_HELP,
31          VAR_BBS_TOP};          VAR_BBS_TOP};
32  int data_files_load_startup_count = 11; // 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