|
@@ -2240,6 +2240,7 @@ int router_dump_router_to_string(char *s, size_t maxlen, routerinfo_t *router,
|
|
crypto_pk_env_t *ident_key);
|
|
crypto_pk_env_t *ident_key);
|
|
int is_legal_nickname(const char *s);
|
|
int is_legal_nickname(const char *s);
|
|
int is_legal_nickname_or_hexdigest(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_reset_warnings(void);
|
|
void router_free_all(void);
|
|
void router_free_all(void);
|
|
|
|
|