aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-13 09:45:55 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-13 09:45:55 -0400
commit8fdf2f583c73f249791bd3a7627d27da4a6ef36f (patch)
tree62b891ef9b04d44b44c86ea54c56c63cc650b895 /src/or/routerparse.c
parent08d2d7c404af9fd836f2fcc35936899a99f813ae (diff)
downloadtor-8fdf2f583c73f249791bd3a7627d27da4a6ef36f.tar.gz
tor-8fdf2f583c73f249791bd3a7627d27da4a6ef36f.zip
Unit tests for proposal 271 client-side implementation
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index d7fa17dd9d..b1d9a85e1d 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -2731,7 +2731,7 @@ routerstatus_parse_guardfraction(const char *guardfraction_str,
*
* Parse according to the syntax used by the consensus flavor <b>flav</b>.
**/
-static routerstatus_t *
+STATIC routerstatus_t *
routerstatus_parse_entry_from_string(memarea_t *area,
const char **s, smartlist_t *tokens,
networkstatus_t *vote,