diff options
author | Stef Walter <stefw@gnome.org> | 2012-07-16 18:58:34 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-07-17 05:36:52 +0200 |
commit | 4a6a685c03bd92566c1656f1af3662ca7deecefa (patch) | |
tree | 982efd0183a626c3a3fcda0bf9a68ddb18c10973 /tests | |
parent | 023efacf30a7ae4ee5a76f909f973fa5058bb7b9 (diff) |
Don't define duplicate symbols
* clang was giving a build failure here.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mock-module.h | 2 |
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); |