]> git.saurik.com Git - apple/security.git/blob - OSX/sec/securityd/SecTrustExceptionResetCount.h
Security-59306.11.20.tar.gz
[apple/security.git] / OSX / sec / securityd / SecTrustExceptionResetCount.h
1 //
2 // SecTrustExceptionResetCount.h
3 // Security
4 //
5
6 #ifndef SecTrustExceptionResetCount_h
7 #define SecTrustExceptionResetCount_h
8
9 #include <CoreFoundation/CoreFoundation.h>
10
11 bool SecTrustServerIncrementExceptionResetCount(CFErrorRef *error);
12 uint64_t SecTrustServerGetExceptionResetCount(CFErrorRef *error);
13
14 #endif /* SecTrustExceptionResetCount_h */