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