]> git.saurik.com Git - apple/security.git/blobdiff - OSX/sec/securityd/SecTrustExceptionResetCount.h
Security-59306.11.20.tar.gz
[apple/security.git] / OSX / sec / securityd / SecTrustExceptionResetCount.h
diff --git a/OSX/sec/securityd/SecTrustExceptionResetCount.h b/OSX/sec/securityd/SecTrustExceptionResetCount.h
new file mode 100644 (file)
index 0000000..c9cd2db
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  SecTrustExceptionResetCount.h
+//  Security
+//
+
+#ifndef SecTrustExceptionResetCount_h
+#define SecTrustExceptionResetCount_h
+
+#include <CoreFoundation/CoreFoundation.h>
+
+bool SecTrustServerIncrementExceptionResetCount(CFErrorRef *error);
+uint64_t SecTrustServerGetExceptionResetCount(CFErrorRef *error);
+
+#endif /* SecTrustExceptionResetCount_h */