summaryrefslogtreecommitdiff
path: root/trust/persist.h
diff options
context:
space:
mode:
Diffstat (limited to 'trust/persist.h')
-rw-r--r--trust/persist.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/trust/persist.h b/trust/persist.h
index 04762f4..0ef142c 100644
--- a/trust/persist.h
+++ b/trust/persist.h
@@ -54,6 +54,10 @@ bool p11_persist_read (p11_persist *persist,
size_t length,
p11_array *objects);
+bool p11_persist_write (p11_persist *persist,
+ CK_ATTRIBUTE *object,
+ p11_buffer *buf);
+
void p11_persist_free (p11_persist *persist);
#endif /* P11_PERSIST_H_ */