X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/d64be36ead0ce792f249208635bc8db368d6cdd2..refs/heads/master:/OSX/utilities/SecCoreAnalytics.h diff --git a/OSX/utilities/SecCoreAnalytics.h b/OSX/utilities/SecCoreAnalytics.h index 2f8dc662..f9608865 100644 --- a/OSX/utilities/SecCoreAnalytics.h +++ b/OSX/utilities/SecCoreAnalytics.h @@ -24,6 +24,7 @@ #include void SecCoreAnalyticsSendValue(CFStringRef _Nonnull eventName, int64_t value); +void SecCoreAnalyticsSendKernEntropyHealth(void); #if __OBJC__