diff options
author | David Goulet <dgoulet@torproject.org> | 2017-03-07 14:33:03 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:33 -0400 |
commit | 79e8d113d5ebfbc5ccf76f5db7bc0259a29520fc (patch) | |
tree | 51fe87267864641b0855d2ded4c7164517b876bd /src/or/hs_cell.h | |
parent | d765cf30b51dfcd58756b6b3d24a14ac2c47f3e8 (diff) | |
download | tor-79e8d113d5ebfbc5ccf76f5db7bc0259a29520fc.tar.gz tor-79e8d113d5ebfbc5ccf76f5db7bc0259a29520fc.zip |
prop224: Handle service INTRO_ESTABLISHED cell
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/hs_cell.h')
-rw-r--r-- | src/or/hs_cell.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/hs_cell.h b/src/or/hs_cell.h index 9cc6109ebf..8e34028896 100644 --- a/src/or/hs_cell.h +++ b/src/or/hs_cell.h @@ -15,5 +15,8 @@ ssize_t hs_cell_build_establish_intro(const char *circ_nonce, const hs_service_intro_point_t *ip, uint8_t *cell_out); +ssize_t hs_cell_parse_intro_established(const uint8_t *payload, + size_t payload_len); + #endif /* TOR_HS_CELL_H */ |