hs_client.h 391 B

12345678910111213141516
  1. /* Copyright (c) 2017, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file hs_client.h
  5. * \brief Header file containing client data for the HS subsytem.
  6. **/
  7. #ifndef TOR_HS_CLIENT_H
  8. #define TOR_HS_CLIENT_H
  9. void hs_client_note_connection_attempt_succeeded(
  10. const edge_connection_t *conn);
  11. #endif /* TOR_HS_CLIENT_H */