summaryrefslogtreecommitdiff
path: root/trust/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'trust/token.h')
-rw-r--r--trust/token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/trust/token.h b/trust/token.h
index d7375e7..49140bb 100644
--- a/trust/token.h
+++ b/trust/token.h
@@ -57,4 +57,6 @@ const char * p11_token_get_label (p11_token *token);
CK_SLOT_ID p11_token_get_slot (p11_token *token);
+bool p11_token_is_writable (p11_token *token);
+
#endif /* P11_TOKEN_H_ */