Add changes file for bug40642.
[tor.git] / src / lib / compress / compress_sys.h
blob8d149133afcc5e5d64b5d89a38e6e3d2ab0963bd
1 /* Copyright (c) 2018-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * \file compress_sys.h
6 * \brief Declare subsystem object for the compress module
7 **/
9 #ifndef TOR_COMPRESS_SYS_H
10 #define TOR_COMPRESS_SYS_H
12 extern const struct subsys_fns_t sys_compress;
14 #endif /* !defined(TOR_COMPRESS_SYS_H) */