summaryrefslogtreecommitdiff
path: root/src/p11-tests.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-09 17:48:50 +0000
committerStef Walter <stef@memberwebs.com>2008-12-09 17:48:50 +0000
commitdf3faf4d095a4a5eaa93d1e13f69fa92d4aa14fe (patch)
tree5741884d3e9e8f51c797643b170a5a4179a63511 /src/p11-tests.h
parent170088b3ffc0b57d09da7e75dbd05d4abe728b5c (diff)
Fix some memory leaks.
Diffstat (limited to 'src/p11-tests.h')
-rw-r--r--src/p11-tests.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/p11-tests.h b/src/p11-tests.h
index fc26380..4ab508d 100644
--- a/src/p11-tests.h
+++ b/src/p11-tests.h
@@ -196,6 +196,8 @@ extern CK_ULONG p11t_slot_count;
void p11t_slot_tests(void);
+void p11t_slot_cleanup(void);
+
CK_SLOT_ID p11t_slot_get_id(int index);
CK_SLOT_INFO_PTR p11t_slot_get_info(CK_SLOT_ID slot);
CK_TOKEN_INFO_PTR p11t_slot_get_token_info(CK_SLOT_ID slot);