X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=src%2Finclude%2Fdaemon%2Fconfig.h;fp=src%2Finclude%2Fdaemon%2Fconfig.h;h=0fe278d731ccd3e639f294506e02eafeb0743a7d;hp=e249bfe1971be86adece26bb0fe3af9787b0cfeb;hb=f28c4b0fa75eb288b49a1ee6222693cac7e9c4c0;hpb=1e227f75832c867d9174132dc7b9ffe0a4d9f96b diff --git a/src/include/daemon/config.h b/src/include/daemon/config.h index e249bfe..0fe278d 100644 --- a/src/include/daemon/config.h +++ b/src/include/daemon/config.h @@ -28,6 +28,13 @@ #ifndef DAEMON_CONFIG_H #define DAEMON_CONFIG_H 1 +/* + * parse result values + */ + +extern char **listen_addresses; +extern size_t listen_addresses_num; + /* * daemon_parse_config: * Parse the specified configuration file.