--- lbbs/include/init.h 2025/04/30 09:19:42 1.1 +++ lbbs/include/init.h 2025/05/13 07:30:10 1.3 @@ -1,8 +1,7 @@ /*************************************************************************** init.h - description ------------------- - begin : Mon Oct 18 2004 - copyright : (C) 2004 by Leaflet + copyright : (C) 2004-2025 by Leaflet email : leaflet@leafok.com ***************************************************************************/ @@ -10,7 +9,7 @@ * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * + * the Free Software Foundation; either version 3 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ @@ -18,7 +17,7 @@ #ifndef _INIT_H_ #define _INIT_H_ -extern void init_daemon(void); +extern int init_daemon(void); extern int load_conf(const char *conf_file);