Tor  0.4.7.0-alpha-dev
dos_config.h
Go to the documentation of this file.
1 /* Copyright (c) 2021-2021, The Tor Project, Inc. */
2 /* See LICENSE for licensing information */
3 
4 /**
5  * @file dos_config.h
6  * @brief Header for core/or/dos_config.c
7  **/
8 
9 #ifndef TOR_CORE_OR_DOS_CONFIG_H
10 #define TOR_CORE_OR_DOS_CONFIG_H
11 
12 #include "lib/conf/conftypes.h"
13 
14 extern const struct config_format_t dos_options_fmt;
15 
16 #endif /* !defined(TOR_CORE_OR_DOS_CONFIG_H) */
Types used to specify configurable options.
const struct config_format_t dos_options_fmt
Definition: dos_config.c:23