aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-12-07 11:02:27 -0500
committerNick Mathewson <nickm@torproject.org>2012-12-07 11:02:27 -0500
commit025dc19b63ce043d89e9f94743d0f74dd9d4e879 (patch)
treebd0c597935162dec673e842ae3ae8746591e6017 /src/or/routerparse.h
parentf4f7e7a6f8a59fee532c5eca4cb71f2b28b5a1ad (diff)
parentc35fad2bdef47f2063ccc989cac99b154e2ee36e (diff)
downloadtor-025dc19b63ce043d89e9f94743d0f74dd9d4e879.tar
tor-025dc19b63ce043d89e9f94743d0f74dd9d4e879.tar.gz
Merge remote-tracking branch 'public/bug6887'
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r--src/or/routerparse.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h
index 6cf94c1c2..256fcca57 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,