]> git.saurik.com Git - apple/security.git/blob - trust/trustd/SecTrustExceptionResetCount.h
Security-59306.101.1.tar.gz
[apple/security.git] / trust / trustd / 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 */