]> git.saurik.com Git - apple/security.git/blob - OSX/libsecurity_transform/lib/SecGroupTransform.h
Security-58286.200.222.tar.gz
[apple/security.git] / OSX / libsecurity_transform / lib / SecGroupTransform.h
1 #ifndef __SECGROUPTRANSFORM__
2 #define __SECGROUPTRANSFORM__
3
4
5 #ifdef COM_APPLE_SECURITY_SANE_INCLUDES
6 #include "SecTransform.h"
7 #else
8 #include <Security/SecTransform.h>
9 #endif
10
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14
15 extern const CFStringRef kSecGroupTransformName;
16
17 // Group transforms are created by the SecTransformConnectTransforms function.
18
19 #ifdef __cplusplus
20 };
21 #endif
22
23 #endif