/* Copyright (c) 2001 Matej Pfajfar.
* Copyright (c) 2001-2004, Roger Dingledine.
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2021, The Tor Project, Inc. */
/* See LICENSE for licensing information */
/**
* @file cached_dir_st.h
* @brief Cached large directory object structure.
**/
/** A cached_dir_t represents a cacheable directory object, along with its
* compressed form. */
;
/* !defined(CACHED_DIR_ST_H) */