aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/dos_config.h
blob: 3fc5bb52933eba1d99198bb932e3bfde5f363cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Copyright (c) 2021-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */

/**
 * @file dos_config.h
 * @brief Header for core/or/dos_config.c
 **/

#ifndef TOR_CORE_OR_DOS_CONFIG_H
#define TOR_CORE_OR_DOS_CONFIG_H

#include "lib/conf/conftypes.h"

extern const struct config_format_t dos_options_fmt;

#endif /* !defined(TOR_CORE_OR_DOS_CONFIG_H) */