Update copyrights to 2021, using "make update-copyright"
[tor.git] / src / core / or / dos_config.h
blob3fc5bb52933eba1d99198bb932e3bfde5f363cb9
1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
4 /**
5 * @file dos_config.h
6 * @brief Header for core/or/dos_config.c
7 **/
9 #ifndef TOR_CORE_OR_DOS_CONFIG_H
10 #define TOR_CORE_OR_DOS_CONFIG_H
12 #include "lib/conf/conftypes.h"
14 extern const struct config_format_t dos_options_fmt;
16 #endif /* !defined(TOR_CORE_OR_DOS_CONFIG_H) */