btrack_orconn_maps.h 399 B

1234567891011121314151617
  1. /* Copyright (c) 2007-2018, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file btrack_orconn_maps.h
  5. * \brief Header file for btrack_orconn_maps.c
  6. **/
  7. #ifndef TOR_BTRACK_ORCONN_MAPS_H
  8. void bto_delete(uint64_t);
  9. bt_orconn_t *bto_find_or_new(uint64_t, uint64_t);
  10. void bto_init_maps(void);
  11. void bto_clear_maps(void);
  12. #endif /* defined(TOR_BTRACK_ORCONN_MAPS_H) */