Skip to content
Snippets Groups Projects
Commit 969d782a authored by Alexander Hansen Færøy's avatar Alexander Hansen Færøy
Browse files

Merge branch 'fix-c99' into 'main'

fix compatibility with C99

Closes #40014

See merge request !9
parents 305e42c6 1171bf2f
No related branches found
No related tags found
1 merge request!9fix compatibility with C99
......@@ -109,6 +109,7 @@ int conf_file_set_allow_inbound(const char *val, struct configuration *config);
int conf_file_set_allow_outbound_localhost(const char *val, struct
configuration *config);
int conf_file_set_isolate_pid(const char *val, struct configuration *config);
int conf_file_set_enable_ipv6(const char *val, struct configuration *config);
int conf_apply_socks_auth(struct configuration *config);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment