diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-12-07 11:02:27 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-12-07 11:02:27 -0500 |
commit | 025dc19b63ce043d89e9f94743d0f74dd9d4e879 (patch) | |
tree | bd0c597935162dec673e842ae3ae8746591e6017 /src/or/routerparse.h | |
parent | f4f7e7a6f8a59fee532c5eca4cb71f2b28b5a1ad (diff) | |
parent | c35fad2bdef47f2063ccc989cac99b154e2ee36e (diff) | |
download | tor-025dc19b63ce043d89e9f94743d0f74dd9d4e879.tar.gz tor-025dc19b63ce043d89e9f94743d0f74dd9d4e879.zip |
Merge remote-tracking branch 'public/bug6887'
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index 6cf94c1c2f..256fcca579 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -31,8 +31,6 @@ int router_parse_list_from_string(const char **s, const char *eos, int is_extrainfo, int allow_annotations, const char *prepend_annotations); -int router_parse_runningrouters(const char *str); -int router_parse_directory(const char *str); routerinfo_t *router_parse_entry_from_string(const char *s, const char *end, int cache_copy, |