]> git.saurik.com Git - apple/security.git/blob - OSX/utilities/src/SecInternalReleasePriv.h
Security-57337.40.85.tar.gz
[apple/security.git] / OSX / utilities / src / SecInternalReleasePriv.h
1 //
2 // utilities
3 //
4 // Copyright © 2015 Apple Inc. All rights reserved.
5 //
6
7 #ifndef SecInternalRelease_c
8 #define SecInternalRelease_c
9
10 #include <stdbool.h>
11 #include <sys/cdefs.h>
12
13 __BEGIN_DECLS
14
15 bool SecIsInternalRelease(void);
16 bool SecIsProductionFused(void);
17
18 __END_DECLS
19
20
21 #endif /* SecInternalRelease_c */