summaryrefslogtreecommitdiff
path: root/other/bootstrap_daemon/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/bootstrap_daemon/src/config.h')
-rw-r--r--other/bootstrap_daemon/src/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/other/bootstrap_daemon/src/config.h b/other/bootstrap_daemon/src/config.h
index 13cf929a..93e7fc49 100644
--- a/other/bootstrap_daemon/src/config.h
+++ b/other/bootstrap_daemon/src/config.h
@@ -37,9 +37,9 @@
37 * @return 1 on success, 37 * @return 1 on success,
38 * 0 on failure, doesn't modify any data pointed by arguments. 38 * 0 on failure, doesn't modify any data pointed by arguments.
39 */ 39 */
40int get_general_config(const char *cfg_file_path, char **pid_file_path, char **keys_file_path, int *port, int *enable_ipv6, 40int get_general_config(const char *cfg_file_path, char **pid_file_path, char **keys_file_path, int *port,
41 int *enable_ipv4_fallback, int *enable_lan_discovery, int *enable_tcp_relay, uint16_t **tcp_relay_ports, 41 int *enable_ipv6, int *enable_ipv4_fallback, int *enable_lan_discovery, int *enable_tcp_relay,
42 int *tcp_relay_port_count, int *enable_motd, char **motd); 42 uint16_t **tcp_relay_ports, int *tcp_relay_port_count, int *enable_motd, char **motd);
43 43
44/** 44/**
45 * Bootstraps off nodes listed in the config file. 45 * Bootstraps off nodes listed in the config file.