rephist: Introduce a fraction and period for overload onionskin
[tor.git] / src / lib / time / time_sys.h
blobe4ca9909f8b1ece5a88cdece190c95134156a6d4
1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file time_sys.h
6 * \brief Declare subsystem object for the time module.
7 **/
9 #ifndef TOR_TIME_SYS_H
10 #define TOR_TIME_SYS_H
12 extern const struct subsys_fns_t sys_time;
14 #endif /* !defined(TOR_TIME_SYS_H) */