Tor 0.4.9.0-alpha-dev
btrack_orconn_cevent.h
Go to the documentation of this file.
1/* Copyright (c) 2007-2021, The Tor Project, Inc. */
2/* See LICENSE for licensing information */
3
4/**
5 * \file btrack_orconn_cevent.h
6 * \brief Header file for btrack_orconn_cevent.c
7 **/
8
9#ifndef TOR_BTRACK_ORCONN_CEVENT_H
10#define TOR_BTRACK_ORCONN_CEVENT_H
11
13
14void bto_cevent_anyconn(const bt_orconn_t *);
15void bto_cevent_apconn(const bt_orconn_t *);
16void bto_cevent_reset(void);
17
18#endif /* !defined(TOR_BTRACK_ORCONN_CEVENT_H) */
Header file for btrack_orconn.c.
void bto_cevent_reset(void)
void bto_cevent_anyconn(const bt_orconn_t *)
void bto_cevent_apconn(const bt_orconn_t *)