X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5dd5f9ec28f304ca377c42fd7f711d6cf12b90e1..5c19dc3ae3bd8e40a9c028b0deddd50ff337692c:/OSX/utilities/src/SecInternalReleasePriv.h diff --git a/OSX/utilities/src/SecInternalReleasePriv.h b/OSX/utilities/src/SecInternalReleasePriv.h new file mode 100644 index 00000000..d0dc1031 --- /dev/null +++ b/OSX/utilities/src/SecInternalReleasePriv.h @@ -0,0 +1,21 @@ +// +// utilities +// +// Copyright © 2015 Apple Inc. All rights reserved. +// + +#ifndef SecInternalRelease_c +#define SecInternalRelease_c + +#include +#include + +__BEGIN_DECLS + +bool SecIsInternalRelease(void); +bool SecIsProductionFused(void); + +__END_DECLS + + +#endif /* SecInternalRelease_c */