Split the routerset code out of routerlist.c

This commit is contained in:
Nick Mathewson
2012-09-13 12:46:39 -04:00
parent 286e95f0a5
commit d995dc8bac
14 changed files with 486 additions and 445 deletions
+1 -1
View File
@@ -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);