1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
6 * @brief Header for core/or/dos_config.c
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) */