tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

dos_config.h (374B)


      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) */