]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_transform/lib/SecEncryptTransform.h
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_transform / lib / SecEncryptTransform.h
index 00bdff8dc5af827c097c2c223825f3f2f007161d..541d1ce1ddf385fdc26ed612b1222a16b4db5db7 100644 (file)
@@ -36,7 +36,7 @@
 
 #include <CoreFoundation/CoreFoundation.h>
 #include <Security/SecKey.h>
-#include "SecTransform.h"
+#include <Security/SecTransform.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -172,7 +172,7 @@ CF_IMPLICIT_BRIDGING_ENABLED
        @return                 the CFTypeID
 */
 
-       CFTypeID SecDecryptTransformGetTypeID()
+    CFTypeID SecDecryptTransformGetTypeID(void)
        __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_NA);
 
 /*!
@@ -181,7 +181,7 @@ CF_IMPLICIT_BRIDGING_ENABLED
        @return                 the CFTypeID
 */
 
-       CFTypeID SecEncryptTransformGetTypeID()
+    CFTypeID SecEncryptTransformGetTypeID(void)
        __OSX_AVAILABLE_STARTING(__MAC_10_7,__IPHONE_NA);
 
 CF_IMPLICIT_BRIDGING_DISABLED