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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);