make dist: only include files from practracker dir intentionally.
[tor.git] / src / feature / control / btrack_orconn_cevent.h
blobafec55581e52e2d27735d97c9d8a643dfda1317e
1 /* Copyright (c) 2007-2019, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file btrack_orconn_cevent.h
6 * \brief Header file for btrack_orconn_cevent.c
7 **/
9 #ifndef TOR_BTRACK_ORCONN_CEVENT_H
10 #define TOR_BTRACK_ORCONN_CEVENT_H
12 #include "feature/control/btrack_orconn.h"
14 void bto_cevent_anyconn(const bt_orconn_t *);
15 void bto_cevent_apconn(const bt_orconn_t *);
16 void bto_cevent_reset(void);
18 #endif /* !defined(TOR_BTRACK_ORCONN_CEVENT_H) */