aboutsummaryrefslogtreecommitdiffstats
path: root/trustcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'trustcache.h')
-rw-r--r--trustcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/trustcache.h b/trustcache.h
index 5b75459..3b1696a 100644
--- a/trustcache.h
+++ b/trustcache.h
@@ -40,6 +40,7 @@ struct trust_cache {
#define CS_TRUST_CACHE_ANE 0x2
struct trust_cache opentrustcache(const char *path);
+int writetrustcache(struct trust_cache cache, const char *path);
struct trust_cache cache_from_tree(const char *path, uint32_t version);
int tcinfo(int argc, char **argv);