]>
git.saurik.com Git - apple/security.git/blob - OSX/sec/securityd/SecTrustExceptionResetCount.h
2 // SecTrustExceptionResetCount.h
6 #ifndef SecTrustExceptionResetCount_h
7 #define SecTrustExceptionResetCount_h
9 #include <CoreFoundation/CoreFoundation.h>
11 bool SecTrustServerIncrementExceptionResetCount(CFErrorRef
*error
);
12 uint64_t SecTrustServerGetExceptionResetCount(CFErrorRef
*error
);
14 #endif /* SecTrustExceptionResetCount_h */