summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-16 18:58:34 +0200
committerStef Walter <stefw@gnome.org>2012-07-17 05:36:52 +0200
commit4a6a685c03bd92566c1656f1af3662ca7deecefa (patch)
tree982efd0183a626c3a3fcda0bf9a68ddb18c10973
parent023efacf30a7ae4ee5a76f909f973fa5058bb7b9 (diff)
downloadp11-kit-4a6a685c03bd92566c1656f1af3662ca7deecefa.tar.gz
Don't define duplicate symbols
* clang was giving a build failure here.
-rw-r--r--tests/mock-module.h2
1 files changed, 1 insertions, 1 deletions
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);