summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index bc4bce0071..c188f94a86 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2240,6 +2240,7 @@ int router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
crypto_pk_env_t *ident_key);
int is_legal_nickname(const char *s);
int is_legal_nickname_or_hexdigest(const char *s);
+int is_legal_hexdigest(const char *s);
void router_reset_warnings(void);
void router_free_all(void);