]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_transform/lib/SecGroupTransform.h
Security-57336.1.9.tar.gz
[apple/security.git] / Security / libsecurity_transform / lib / SecGroupTransform.h
diff --git a/Security/libsecurity_transform/lib/SecGroupTransform.h b/Security/libsecurity_transform/lib/SecGroupTransform.h
deleted file mode 100644 (file)
index 5d111e2..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-#ifndef __SECGROUPTRANSFORM__
-#define __SECGROUPTRANSFORM__
-
-
-#ifdef COM_APPLE_SECURITY_SANE_INCLUDES
-#include "SecTransform.h"
-#else
-#include <Security/SecTransform.h>
-#endif
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern const CFStringRef kSecGroupTransformName;
-
-// Group transforms are created by the SecTransformConnectTransforms function.
-
-#ifdef __cplusplus
-};
-#endif
-
-#endif