|
Server Wait On Clients System - API Documentation v1.8.3
Server Wait On Clients System.
|
To parse and validate the config file. More...
#include <ctype.h>#include <errno.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include <syslog.h>#include <configmake.h>#include "internal.h"#include <libmgec/mge-errno.h>#include <libmgesysutils/mge-configfile.h>
Functions | |
| static int | validateportnos (const struct confsection *ps) |
| int | swsd_validate_config (void) |
| Parse and validate the config file. | |
To parse and validate the config file.
Released under the GPLv3 only.
SPDX-License-Identifier: GPL-3.0-only
| int swsd_validate_config | ( | void | ) |
Parse and validate the config file.
On error mge_errno is set.
|
static |