| 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" |
| 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 |
{ |
{ |