X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5dd5f9ec28f304ca377c42fd7f711d6cf12b90e1..5c19dc3ae3bd8e40a9c028b0deddd50ff337692c:/OSX/libsecurity_transform/lib/SecNullTransform.h?ds=sidebyside diff --git a/OSX/libsecurity_transform/lib/SecNullTransform.h b/OSX/libsecurity_transform/lib/SecNullTransform.h new file mode 100644 index 00000000..1bf4f8ba --- /dev/null +++ b/OSX/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