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

Diff of /lbbs/src/init.c

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

Revision 1.32 by sysadm, Tue Nov 4 13:49:51 2025 UTC Revision 1.34 by sysadm, Wed Nov 5 04:19:21 2025 UTC
# Line 3  Line 3 
3   * init   * init
4   *   - initializer of server daemon   *   - initializer of server daemon
5   *   *
6   * Copyright (C) 2004-2025 by Leaflet <leaflet@leafok.com>   * Copyright (C) 2004-2025  Leaflet <leaflet@leafok.com>
7   */   */
8    
9  #include "bbs.h"  #include "bbs.h"
# Line 20  Line 20 
20  #include <sys/stat.h>  #include <sys/stat.h>
21  #include <sys/types.h>  #include <sys/types.h>
22    
23  #define CONF_DELIM_WITH_SPACE " \t\r\n"  static const char CONF_DELIM_WITH_SPACE[] = " \t\r\n";
24    
25  int init_daemon(void)  int init_daemon(void)
26  {  {


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

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