aboutsummaryrefslogtreecommitdiff
path: root/src/feature/control/btrack_circuit.h
blob: 75699450c31885fda02ac61c3ebec75fbebe5b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright (c) 2007-2020, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * \file btrack_circuit.h
 * \brief Header file for btrack_circuit.c
 **/

#ifndef TOR_BTRACK_CIRCUIT_H
#define TOR_BTRACK_CIRCUIT_H

#include "lib/pubsub/pubsub.h"

int btrack_circ_init(void);
void btrack_circ_fini(void);
int btrack_circ_add_pubsub(pubsub_connector_t *);

#endif /* !defined(TOR_BTRACK_CIRCUIT_H) */