summaryrefslogtreecommitdiff
path: root/trust/persist.h
diff options
context:
space:
mode:
Diffstat (limited to 'trust/persist.h')
-rw-r--r--trust/persist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/trust/persist.h b/trust/persist.h
index 0ef142c..6344e4e 100644
--- a/trust/persist.h
+++ b/trust/persist.h
@@ -60,4 +60,7 @@ bool p11_persist_write (p11_persist *persist,
void p11_persist_free (p11_persist *persist);
+bool p11_persist_is_generated (const unsigned char *data,
+ size_t length);
+
#endif /* P11_PERSIST_H_ */