diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 12:51:08 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-10-06 13:22:43 +0200 |
commit | f28d3d768f0e4057f727e8c3b93ba50c19f5db24 (patch) | |
tree | 288ef581590dfccbfddcad3c87d98ce3a4ed0a97 /gck/tests/mock-test-module.c | |
parent | 626eef363c0ece57713c5be5939677784e8115cc (diff) | |
download | gnome-keyring-split.tar.gz |
Split Gcr and Gck libraries out of gnome-keyringsplit
Diffstat (limited to 'gck/tests/mock-test-module.c')
-rw-r--r-- | gck/tests/mock-test-module.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gck/tests/mock-test-module.c b/gck/tests/mock-test-module.c deleted file mode 100644 index c5431e70..00000000 --- a/gck/tests/mock-test-module.c +++ /dev/null @@ -1,10 +0,0 @@ -#include "config.h" - -#include "gck-mock.h" -#include "pkcs11.h" - -CK_RV -C_GetFunctionList (CK_FUNCTION_LIST_PTR_PTR list) -{ - return gck_mock_C_GetFunctionList (list); -} |