X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/72a12576750f52947eb043106ba5c12c0d07decf..b1ab9ed8d0e0f1c3b66d7daa8fd5564444c56195:/libsecurity_transform/lib/SecNullTransform.h diff --git a/libsecurity_transform/lib/SecNullTransform.h b/libsecurity_transform/lib/SecNullTransform.h new file mode 100644 index 00000000..1bf4f8ba --- /dev/null +++ b/libsecurity_transform/lib/SecNullTransform.h @@ -0,0 +1,25 @@ +#ifndef __SECNULLTRANSFORM__ +#define __SECNULLTRANSFORM__ + + +#ifdef COM_APPLE_SECURITY_ACTUALLY_BUILDING_LIBRARY +#include "SecTransform.h" +#else +#include +#endif + +#ifdef __cplusplus +extern "C" { +#endif + +extern const CFStringRef kSecNullTransformName; + +typedef CFTypeRef SecNullTransformRef; + +SecNullTransformRef SecNullTransformCreate(); + +#ifdef __cplusplus +}; +#endif + +#endif