diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-11-04 09:49:35 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-11-04 09:52:04 -0500 |
commit | 9619c395ac7e2a8c2e57f55cd1885fe5f8e5f8b5 (patch) | |
tree | 5741dcdf0bf425712470554a0dfb63cd54f4a2a1 /src/or/config.h | |
parent | b1ca05d273eaef7477528c059ab0d1deb0dc9dab (diff) | |
parent | 2d4241d58482c919984f163323efb96c6f365a2d (diff) | |
download | tor-9619c395ac7e2a8c2e57f55cd1885fe5f8e5f8b5.tar.gz tor-9619c395ac7e2a8c2e57f55cd1885fe5f8e5f8b5.zip |
Merge remote-tracking branch 'andrea/ticket6456'
Somewhat tricky conflicts:
src/or/config.c
Also, s/test_assert/tt_assert in test_config.c
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index bd26123d62..6cc81ab948 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -141,6 +141,9 @@ STATIC int options_validate(or_options_t *old_options, or_options_t *options, or_options_t *default_options, int from_setconf, char **msg); +STATIC int parse_transport_line(const or_options_t *options, + const char *line, int validate_only, + int server); #endif #endif |