diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-02-03 12:28:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-03 12:28:42 -0500 |
commit | fee7f25ff845dc9a99dac59e67fdb9517750176c (patch) | |
tree | 8d77a633b56c05939cfff901a2f942da217ba99b /src/or/router.h | |
parent | 27d81c756b0e28266e75cf4cf897e486d11040b2 (diff) | |
parent | ebd99314cff907433eca835926a325c019f4b6c0 (diff) | |
download | tor-fee7f25ff845dc9a99dac59e67fdb9517750176c.tar.gz tor-fee7f25ff845dc9a99dac59e67fdb9517750176c.zip |
Merge remote-tracking branch 'houqp/hs_control'
Diffstat (limited to 'src/or/router.h')
-rw-r--r-- | src/or/router.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/router.h b/src/or/router.h index 1ee0577c8c..a6271c3b3b 100644 --- a/src/or/router.h +++ b/src/or/router.h @@ -132,6 +132,7 @@ const char *routerstatus_get_description(char *buf, const routerstatus_t *rs); const char *extend_info_get_description(char *buf, const extend_info_t *ei); const char *router_describe(const routerinfo_t *ri); const char *node_describe(const node_t *node); +const char *node_describe_by_id(const char *id_digest); const char *routerstatus_describe(const routerstatus_t *ri); const char *extend_info_describe(const extend_info_t *ei); |