X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/b54c578e17e9bcbd74aa30ea75e25e955b9a6205..7e6b461318c8a779d91381531435a68ee4e8b6ed:/OSX/utilities/debugging.h diff --git a/OSX/utilities/debugging.h b/OSX/utilities/debugging.h index 3a2a3106..52769f19 100644 --- a/OSX/utilities/debugging.h +++ b/OSX/utilities/debugging.h @@ -148,6 +148,7 @@ void __security_stackshotreport(CFStringRef reason, uint32_t code); /* For testing only, turns off/on simulated crashes, when turning on, returns number of simulated crashes which were not reported since last turned off. */ int __security_simulatecrash_enable(bool enable); +bool __security_simulatecrash_enabled(void); /* Logging control functions */