conscache.h: declare config_line_t structure.

This frees us from a dependency on include order.
This commit is contained in:
Nick Mathewson 2019-12-16 13:24:21 -05:00
parent 09f03e6e3f
commit ca9d605fa7

View File

@ -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, \