--- /dev/null
+//
+// 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 */