aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/routerparse.c')
-rw-r--r--src/or/routerparse.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/or/routerparse.c b/src/or/routerparse.c
index fc071b11d3..1b79a6fe24 100644
--- a/src/or/routerparse.c
+++ b/src/or/routerparse.c
@@ -379,10 +379,6 @@ static int check_signature_token(const char *digest,
int flags,
const char *doctype);
-static void summarize_protover_flags(protover_summary_flags_t *out,
- const char *protocols,
- const char *version);
-
#undef DEBUG_AREA_ALLOC
#ifdef DEBUG_AREA_ALLOC
@@ -2544,7 +2540,7 @@ routerstatus_parse_guardfraction(const char *guardfraction_str,
/** Summarize the protocols listed in <b>protocols</b> into <b>out</b>,
* falling back or correcting them based on <b>version</b> as appropriate.
*/
-static void
+STATIC void
summarize_protover_flags(protover_summary_flags_t *out,
const char *protocols,
const char *version)