summaryrefslogtreecommitdiff
path: root/gck/tests/mock-test-module.c
blob: c5431e7033f6354c999efea88d2acb8cf5ea30d7 (plain)
1
2
3
4
5
6
7
8
9
10
#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);
}