Bump copyright date to 2019
[tor.git] / src / feature / control / btrack_orconn_maps.h
blob3ead40984c95c4e54d40c2b82a9f89751273fb3e
1 /* Copyright (c) 2007-2019, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file btrack_orconn_maps.h
6 * \brief Header file for btrack_orconn_maps.c
7 **/
9 #ifndef TOR_BTRACK_ORCONN_MAPS_H
11 void bto_delete(uint64_t);
12 bt_orconn_t *bto_find_or_new(uint64_t, uint64_t);
14 void bto_init_maps(void);
15 void bto_clear_maps(void);
17 #endif /* defined(TOR_BTRACK_ORCONN_MAPS_H) */