orconn_event_sys.h 317 B

123456789101112
  1. /* Copyright (c) 2007-2019, The Tor Project, Inc. */
  2. /**
  3. * \file orconn_event_sys.h
  4. * \brief Declare subsystem object for the OR connection event module.
  5. **/
  6. #ifndef TOR_ORCONN_EVENT_SYS_H
  7. #define TOR_ORCONN_EVENT_SYS_H
  8. extern const struct subsys_fns_t sys_orconn_event;
  9. #endif /* defined(TOR_ORCONN_SYS_H) */