]> git.saurik.com Git - apple/security.git/blobdiff - OSX/utilities/src/SecInternalReleasePriv.h
Security-57336.1.9.tar.gz
[apple/security.git] / OSX / utilities / src / SecInternalReleasePriv.h
diff --git a/OSX/utilities/src/SecInternalReleasePriv.h b/OSX/utilities/src/SecInternalReleasePriv.h
new file mode 100644 (file)
index 0000000..d0dc103
--- /dev/null
@@ -0,0 +1,21 @@
+//
+//  utilities
+//
+//  Copyright © 2015 Apple Inc. All rights reserved.
+//
+
+#ifndef SecInternalRelease_c
+#define SecInternalRelease_c
+
+#include <stdbool.h>
+#include <sys/cdefs.h>
+
+__BEGIN_DECLS
+
+bool SecIsInternalRelease(void);
+bool SecIsProductionFused(void);
+
+__END_DECLS
+
+
+#endif /* SecInternalRelease_c */