1 /* Copyright (c) 2007-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
6 * \brief Declare subsystem object for the bootstrap tracker susbystem.
9 #ifndef TOR_BTRACK_SYS_H
10 #define TOR_BTRACK_SYS_H
12 extern const struct subsys_fns_t sys_btrack
;
14 #endif /* !defined(TOR_BTRACK_SYS_H) */