aboutsummaryrefslogtreecommitdiff
path: root/src/or/router.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-02-26 13:42:21 -0500
committerNick Mathewson <nickm@torproject.org>2014-02-28 08:53:14 -0500
commit886d4be14977f6033442161901a6cdd2ad0a5076 (patch)
tree1a6009a46a9185a13452441d12cdf9e931db05f9 /src/or/router.h
parent0be9e6099b4ca5597459ce1a9561812a8e7343e0 (diff)
downloadtor-886d4be14977f6033442161901a6cdd2ad0a5076.tar
tor-886d4be14977f6033442161901a6cdd2ad0a5076.tar.gz
Unit tests for test_routerkeys_write_fingerprint
Diffstat (limited to 'src/or/router.h')
-rw-r--r--src/or/router.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.h b/src/or/router.h
index 74b673fbe..630724681 100644
--- a/src/or/router.h
+++ b/src/or/router.h
@@ -147,6 +147,7 @@ smartlist_t *router_get_all_orports(const routerinfo_t *ri);
#ifdef ROUTER_PRIVATE
/* Used only by router.c and test.c */
STATIC void get_platform_str(char *platform, size_t len);
+STATIC int router_write_fingerprint(int hashed);
#endif
#endif