diff options
author | Isis Lovecruft <isis@torproject.org> | 2017-10-23 19:44:06 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-10-24 19:26:24 -0400 |
commit | 02cde0d9398c43de3a67133b7982d9df6962fe32 (patch) | |
tree | e84e8252f9e8357b530c171a69c3eff01e1eb873 /src/or/config.h | |
parent | b0e10f23ba2b03f275ef4acf2183a02042e6cded (diff) | |
download | tor-02cde0d9398c43de3a67133b7982d9df6962fe32.tar.gz tor-02cde0d9398c43de3a67133b7982d9df6962fe32.zip |
test: Add unittest for descriptors with BridgeDistribution option.
Diffstat (limited to 'src/or/config.h')
-rw-r--r-- | src/or/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.h b/src/or/config.h index 6645532514..096937cb6d 100644 --- a/src/or/config.h +++ b/src/or/config.h @@ -199,6 +199,7 @@ STATIC int parse_port_config(smartlist_t *out, const char *defaultaddr, int defaultport, const unsigned flags); +STATIC int check_bridge_distribution_setting(const char *bd); #endif #endif |