From 9bb1613011370b00c7b561d7de30c205a246a586 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Wed, 25 Jan 2017 11:23:57 +0100 Subject: virtual: Make virtual-fixed internal API cleaner Add proper inclusion guard to virtual-fixed.h and move the declarations of the (un)initialization functions there. --- p11-kit/virtual.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'p11-kit/virtual.h') diff --git a/p11-kit/virtual.h b/p11-kit/virtual.h index 8083eb9..3124cc9 100644 --- a/p11-kit/virtual.h +++ b/p11-kit/virtual.h @@ -63,8 +63,4 @@ bool p11_virtual_is_wrapper (CK_FUNCTION_LIST *module); void p11_virtual_unwrap (CK_FUNCTION_LIST *module); -void p11_virtual_init_fixed (void); -void p11_virtual_uninit_fixed - (void); - #endif /* __P11_VIRTUAL_H__ */ -- cgit v1.1