From ca9d605fa7c72083b0ef721b4b555de80a5795d8 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 16 Dec 2019 13:24:21 -0500 Subject: conscache.h: declare config_line_t structure. This frees us from a dependency on include order. --- src/feature/dircache/conscache.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/feature/dircache/conscache.h b/src/feature/dircache/conscache.h index 5e0489f3eb..38e3ba85ab 100644 --- 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, \ -- cgit v1.2.3-54-g00ecf