Tor
0.4.7.0-alpha-dev
feature
control
btrack_circuit.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_circuit.h
6
* \brief Header file for btrack_circuit.c
7
**/
8
9
#ifndef TOR_BTRACK_CIRCUIT_H
10
#define TOR_BTRACK_CIRCUIT_H
11
12
#include "
lib/pubsub/pubsub.h
"
13
14
int
btrack_circ_init(
void
);
15
void
btrack_circ_fini(
void
);
16
int
btrack_circ_add_pubsub(
pubsub_connector_t
*);
17
18
#endif
/* !defined(TOR_BTRACK_CIRCUIT_H) */
pubsub.h
Header for OO publish-subscribe functionality.
pubsub_connector_t
struct pubsub_connector_t pubsub_connector_t
Definition:
pubsub_connect.h:28
Generated by
1.9.1