diff options
author | Andrea Shepard <andrea@torproject.org> | 2016-06-30 00:39:29 +0000 |
---|---|---|
committer | Andrea Shepard <andrea@torproject.org> | 2016-06-30 07:03:25 +0000 |
commit | 38cced90ef62aff04477d1b814ab2ee3b7776638 (patch) | |
tree | d1d89ea3699720cb500d749bb5811641e83ddb7a /src/or/routerparse.h | |
parent | dc37546cff2f025613ef142e74ad4db1c7d99ade (diff) | |
download | tor-38cced90ef62aff04477d1b814ab2ee3b7776638.tar.gz tor-38cced90ef62aff04477d1b814ab2ee3b7776638.zip |
Move unparseable descriptor dumps into subdirectory of DataDir
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index 2b18143b06..a96146acf2 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -85,6 +85,7 @@ int rend_parse_introduction_points(rend_service_descriptor_t *parsed, size_t intro_points_encoded_size); int rend_parse_client_keys(strmap_t *parsed_clients, const char *str); +void routerparse_init(void); void routerparse_free_all(void); #ifdef ROUTERPARSE_PRIVATE |