diff options
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 */ |