aboutsummaryrefslogtreecommitdiffstats
path: root/trustcache.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2022-06-13 23:07:11 -0400
committerCameron Katri <me@cameronkatri.com>2022-06-13 23:07:11 -0400
commit6a5be2524f0d31a601687e8b5d09b9af92848dac (patch)
tree5b972137814a4fb71eb29a1ee5520ca196d5b9f9 /trustcache.h
parent5c02858affbcccd66f1f994c5a8cc475ea503591 (diff)
downloadtrustcache-6a5be2524f0d31a601687e8b5d09b9af92848dac.tar.gz
trustcache-6a5be2524f0d31a601687e8b5d09b9af92848dac.tar.zst
trustcache-6a5be2524f0d31a601687e8b5d09b9af92848dac.zip
Unify writing of trustcache to new function
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);