diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-13 12:46:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-14 10:20:00 -0400 |
commit | d995dc8bac2bd90078fa60133728d625941246bb (patch) | |
tree | 4910ac93de310befc4c66aec2482f4fa0683e631 /src/or/confparse.c | |
parent | 286e95f0a5dcebe226f7b1c3372de540b75ea460 (diff) | |
download | tor-d995dc8bac2bd90078fa60133728d625941246bb.tar.gz tor-d995dc8bac2bd90078fa60133728d625941246bb.zip |
Split the routerset code out of routerlist.c
Diffstat (limited to 'src/or/confparse.c')
-rw-r--r-- | src/or/confparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/confparse.c b/src/or/confparse.c index 203395d081..67cf43fe8c 100644 --- a/src/or/confparse.c +++ b/src/or/confparse.c @@ -6,7 +6,7 @@ #include "or.h" #include "confparse.h" -#include "routerlist.h" +#include "routerset.h" static uint64_t config_parse_memunit(const char *s, int *ok); static int config_parse_msec_interval(const char *s, int *ok); |