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