diff options
author | Ola Bini <ola@olabini.se> | 2015-10-05 14:56:57 -0500 |
---|---|---|
committer | Ola Bini <ola@olabini.se> | 2015-10-05 14:56:57 -0500 |
commit | 598cd4690cba5cd26326c2e37dfcde099904f5df (patch) | |
tree | ba9524322e026c7fcf1a24f48d026cdf3f1ddfb3 /src/or/config.h | |
parent | 3b535869a4a85358df1fa774bc6a36625e453f22 (diff) | |
download | tor-598cd4690cba5cd26326c2e37dfcde099904f5df.tar.gz tor-598cd4690cba5cd26326c2e37dfcde099904f5df.zip |
Make compilation work under gcc-warnings
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.h b/src/or/config.h index 28d0cb409b..756b08c2b5 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -136,9 +136,9 @@ smartlist_t *get_options_from_transport_options_line(const char *line, smartlist_t *get_options_for_server_transport(const char *transport); #ifdef CONFIG_PRIVATE +STATIC int options_act(const or_options_t *old_options); #ifdef TOR_UNIT_TESTS extern struct config_format_t options_format; -STATIC int options_act(const or_options_t *old_options); #endif STATIC void or_options_free(or_options_t *options); |