소스 검색

(Missing header change) Do not warn about unknown servers in our family when they are given as hex digests.

svn:r6164
Nick Mathewson 19 년 전
부모
커밋
d0f24b1e46
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/or/or.h

+ 1 - 0
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);