aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/orconn_event_sys.h
blob: 02f0b8116b9f601a6d82363a9be53d93784a7e55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (c) 2007-2020, 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_EVENT_SYS_H) */