btrack_sys.h 339 B

1234567891011121314
  1. /* Copyright (c) 2007-2019, The Tor Project, Inc. */
  2. /* See LICENSE for licensing information */
  3. /**
  4. * \file btrack_sys.h
  5. * \brief Declare subsystem object for the bootstrap tracker susbystem.
  6. **/
  7. #ifndef TOR_BTRACK_SYS_H
  8. #define TOR_BTRACK_SYS_H
  9. extern const struct subsys_fns_t sys_btrack;
  10. #endif /* !defined(TOR_BTRACK_SYS_H) */