]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_transform/lib/SecNullTransform.h
Security-57336.1.9.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
deleted file mode 100644 (file)
index 1bf4f8b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-#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