summaryrefslogtreecommitdiff
path: root/ckcapi-token.h
diff options
context:
space:
mode:
Diffstat (limited to 'ckcapi-token.h')
-rw-r--r--ckcapi-token.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ckcapi-token.h b/ckcapi-token.h
index 2024fa6..1176701 100644
--- a/ckcapi-token.h
+++ b/ckcapi-token.h
@@ -51,4 +51,10 @@ const char* ckcapi_token_get_store_name (CK_SLOT_ID slot);
CK_ULONG ckcapi_token_get_flags (CK_SLOT_ID slot);
+CK_RV ckcapi_token_login (CK_SLOT_ID slot);
+
+CK_RV ckcapi_token_logout (CK_SLOT_ID slot);
+
+CK_BBOOL ckcapi_token_is_logged_in (CK_SLOT_ID slot);
+
#endif /* CKCAPI_TOKEN_H */