/* Copyright (c) 2018-2020, The Tor Project, Inc. */ /* See LICENSE for licensing information */ /** * \file torerr_sys.h * \brief Declare subsystem object for torerr.c **/ #ifndef TOR_TORERR_SYS_H #define TOR_TORERR_SYS_H extern const struct subsys_fns_t sys_torerr; #endif /* !defined(TOR_TORERR_SYS_H) */