Merge branch 'tor-gitlab/mr/583' into maint-0.4.7
[tor.git] / src / lib / wallclock / wallclock_sys.h
blob8bbc7a737b2b0a81e7be0ee1872fdb5c13892616
1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file wallclock_sys.h
6 * \brief Declare subsystem object for the wallclock module.
7 **/
9 #ifndef TOR_WALLCLOCK_SYS_H
10 #define TOR_WALLCLOCK_SYS_H
12 extern const struct subsys_fns_t sys_wallclock;
14 #endif /* !defined(TOR_WALLCLOCK_SYS_H) */