#include <CoreFoundation/CoreFoundation.h>
#include <Security/SecKey.h>
-#include "SecTransform.h"
+#include <Security/SecTransform.h>
#ifdef __cplusplus
extern "C" {
@return the CFTypeID
*/
- CFTypeID SecDecryptTransformGetTypeID()
+ CFTypeID SecDecryptTransformGetTypeID(void)
__OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_NA);
/*!
@return the CFTypeID
*/
- CFTypeID SecEncryptTransformGetTypeID()
+ CFTypeID SecEncryptTransformGetTypeID(void)
__OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_NA);
CF_IMPLICIT_BRIDGING_DISABLED