diff options
Diffstat (limited to 'src/feature/dircache/conscache.h')
-rw-r--r-- | src/feature/dircache/conscache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/feature/dircache/conscache.h b/src/feature/dircache/conscache.h index d763943819..ace5908e40 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, \ |