summaryrefslogtreecommitdiff
path: root/src/or/consdiffmgr.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-04-15 11:43:53 -0400
committerNick Mathewson <nickm@torproject.org>2017-04-24 11:00:28 -0400
commit655f1c8e011a52910152ba52fc24c6e5b85023b4 (patch)
tree18ac22f4f248846102a03c6f497acd67cfca00c5 /src/or/consdiffmgr.h
parent6c86e63029ed1f5d32955f2c3e793942fd19e172 (diff)
downloadtor-655f1c8e011a52910152ba52fc24c6e5b85023b4.tar.gz
tor-655f1c8e011a52910152ba52fc24c6e5b85023b4.zip
consdiffmgr: function to re-validate stored sha3 digests at startup
Diffstat (limited to 'src/or/consdiffmgr.h')
-rw-r--r--src/or/consdiffmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/consdiffmgr.h b/src/or/consdiffmgr.h
index 2b3cee264a..3e89ea2b23 100644
--- a/src/or/consdiffmgr.h
+++ b/src/or/consdiffmgr.h
@@ -33,6 +33,7 @@ void consdiffmgr_rescan(void);
int consdiffmgr_cleanup(void);
void consdiffmgr_configure(const consdiff_cfg_t *cfg);
void consdiffmgr_free_all(void);
+int consdiffmgr_validate(void);
#ifdef CONSDIFFMGR_PRIVATE
STATIC consensus_cache_t *cdm_cache_get(void);