mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
conscache.h: declare config_line_t structure.
This frees us from a dependency on include order.
This commit is contained in:
parent
09f03e6e3f
commit
ca9d605fa7
@ -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, \
|
||||
|
Loading…
Reference in New Issue
Block a user