]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_transform/lib/SecNullTransform.h
Security-57031.1.35.tar.gz
[apple/security.git] / Security / libsecurity_transform / lib / SecNullTransform.h
diff --git a/Security/libsecurity_transform/lib/SecNullTransform.h b/Security/libsecurity_transform/lib/SecNullTransform.h
new file mode 100644 (file)
index 0000000..1bf4f8b
--- /dev/null
@@ -0,0 +1,25 @@
+#ifndef __SECNULLTRANSFORM__
+#define __SECNULLTRANSFORM__
+
+
+#ifdef COM_APPLE_SECURITY_ACTUALLY_BUILDING_LIBRARY
+#include "SecTransform.h"
+#else
+#include <Security/SecTransform.h>
+#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern const CFStringRef kSecNullTransformName;
+
+typedef CFTypeRef SecNullTransformRef;
+
+SecNullTransformRef SecNullTransformCreate();
+
+#ifdef __cplusplus
+};
+#endif
+
+#endif