diff options
author | George Kadianakis <desnacked@riseup.net> | 2013-06-12 17:12:39 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 08:45:03 -0400 |
commit | 1ee3a0cf4440f34c024ff61a320e0b16553a3558 (patch) | |
tree | 9f116c2e14ecf8b5a1ee2c0fa20d87ba7d366fef /src/or/config.h | |
parent | 1a0cf08841904940ed46b2fcfd79cf65c65a1a6c (diff) | |
download | tor-1ee3a0cf4440f34c024ff61a320e0b16553a3558.tar.gz tor-1ee3a0cf4440f34c024ff61a320e0b16553a3558.zip |
Place the options in the environment after processing them properly.
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 11e8109d93..9910f18736 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -114,7 +114,7 @@ void bridge_line_free(bridge_line_t *bridge_line); bridge_line_t *parse_bridge_line(const char *line); smartlist_t *get_options_from_transport_options_line(const char *line, const char *transport); - +smartlist_t *get_options_for_server_transport(const char *transport); #endif |