btrack_orconn_cevent.h 475 B

123456789101112131415161718
  1. /* Copyright (c) 2007-2019, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file btrack_orconn_cevent.h
  5. * \brief Header file for btrack_orconn_cevent.c
  6. **/
  7. #ifndef TOR_BTRACK_ORCONN_CEVENT_H
  8. #define TOR_BTRACK_ORCONN_CEVENT_H
  9. #include "feature/control/btrack_orconn.h"
  10. void bto_cevent_anyconn(const bt_orconn_t *);
  11. void bto_cevent_apconn(const bt_orconn_t *);
  12. void bto_cevent_reset(void);
  13. #endif /* !defined(TOR_BTRACK_ORCONN_CEVENT_H) */