]> git.saurik.com Git - apple/security.git/blob - OSX/sec/Security/SecItemRateLimit.h
Security-59754.41.1.tar.gz
[apple/security.git] / OSX / sec / Security / SecItemRateLimit.h
1 #ifndef SECITEMRATELIMIT_H_
2 #define SECITEMRATELIMIT_H_
3
4 #include <stdbool.h>
5
6 bool isReadOnlyAPIRateWithinLimits(void);
7 bool isModifyingAPIRateWithinLimits(void);
8
9 #endif // SECITEMRATELIMIT_H_