From b929f7b5768f8d9b0dde5062059a365c0df88494 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 4 Dec 2008 20:57:31 +0000 Subject: Implement initialize testing. --- src/p11-tests.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/p11-tests.h') diff --git a/src/p11-tests.h b/src/p11-tests.h index 83c69af..cf37346 100644 --- a/src/p11-tests.h +++ b/src/p11-tests.h @@ -3,6 +3,7 @@ #include "pkcs11/pkcs11.h" +#include #include /* ------------------------------------------------------------------- @@ -21,6 +22,8 @@ void p11t_msg_prefix(const char *prefix); */ void p11t_module_load(const char *filename); +void p11t_module_initialize(const char *initstr); +void p11t_module_finalize(void); void p11t_module_unload(void); #endif /* P11TESTST_H_ */ -- cgit v1.2.3