ctkclient_test.h
1 #ifndef _CTK_CTKCLIENT_TEST_H_ 2 #define _CTK_CTKCLIENT_TEST_H_ 3 4 #include <ctkclient.h> 5 6 struct TKTokenTestBlocks { 7 void *createOrUpdateObject; 8 void *copyObjectAccessControl; 9 void *copyObjectData; 10 void *copyPublicKeyData; 11 void *deleteObject; 12 void *copySignature; 13 }; 14 15 typedef struct TKTokenTestBlocks TKTokenTestBlocks; 16 17 void TKTokenTestSetHook(void (^block)(CFDictionaryRef attributes, TKTokenTestBlocks *blocks)); 18 19 #endif