tor

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

commit ca9d605fa7c72083b0ef721b4b555de80a5795d8
parent 09f03e6e3f6651281cf2bf7eb2968d9659a6658d
Author: Nick Mathewson <nickm@torproject.org>
Date:   Mon, 16 Dec 2019 13:24:21 -0500

conscache.h: declare config_line_t structure.

This frees us from a dependency on include order.

Diffstat:
Msrc/feature/dircache/conscache.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/feature/dircache/conscache.h b/src/feature/dircache/conscache.h @@ -14,6 +14,8 @@ typedef struct consensus_cache_entry_t consensus_cache_entry_t; typedef struct consensus_cache_t consensus_cache_t; +struct config_line_t; + HANDLE_DECL(consensus_cache_entry, consensus_cache_entry_t, ) #define consensus_cache_entry_handle_free(h) \ FREE_AND_NULL(consensus_cache_entry_handle_t, \