From 4a6a685c03bd92566c1656f1af3662ca7deecefa Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Mon, 16 Jul 2012 18:58:34 +0200 Subject: Don't define duplicate symbols * clang was giving a build failure here. --- tests/mock-module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mock-module.h b/tests/mock-module.h index 21fa17a..9557f70 100644 --- a/tests/mock-module.h +++ b/tests/mock-module.h @@ -26,7 +26,7 @@ #include "pkcs11.h" -CK_FUNCTION_LIST mock_module_no_slots; +extern CK_FUNCTION_LIST mock_module_no_slots; void mock_module_init (void); -- cgit v1.1