diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-12-17 13:15:45 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-12-17 13:15:45 -0500 |
commit | 3d5154550c92766347631e4d15fae825a0f165dd (patch) | |
tree | 1c696321c3613a2983d1872934b6d76d6931d9f5 /src/or/routerparse.h | |
parent | 59f50c80d443a7e148f85cfed493e3e703cc4386 (diff) | |
parent | d8cfa2ef4e6d57f6dd4a33e5b3cfb1a2a12fc4be (diff) | |
download | tor-3d5154550c92766347631e4d15fae825a0f165dd.tar.gz tor-3d5154550c92766347631e4d15fae825a0f165dd.zip |
Merge remote-tracking branch 'public/bug10409_023' into maint-0.2.4
Diffstat (limited to 'src/or/routerparse.h')
-rw-r--r-- | src/or/routerparse.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerparse.h b/src/or/routerparse.h index c65cdc996c..eb2e885cb1 100644 --- a/src/or/routerparse.h +++ b/src/or/routerparse.h @@ -64,7 +64,7 @@ ns_detached_signatures_t *networkstatus_parse_detached_signatures( smartlist_t *microdescs_parse_from_string(const char *s, const char *eos, int allow_annotations, - int copy_body); + saved_location_t where); authority_cert_t *authority_cert_parse_from_string(const char *s, const char **end_of_string); |