]> git.saurik.com Git - apple/security.git/blobdiff - sec/Security/p12import.h
Security-55471.14.18.tar.gz
[apple/security.git] / sec / Security / p12import.h
index 6fb81fe9e3738fb949108f12cea4aa3db4451974..7d38b0061cbf49f8090e913cc144867095c4f2d9 100644 (file)
@@ -27,9 +27,7 @@
 #ifndef _SECURITY_P12IMPORT_H_
 #define _SECURITY_P12IMPORT_H_
 
-#if defined(__cplusplus)
-extern "C" {
-#endif
+__BEGIN_DECLS
 
 typedef enum {
     p12_noErr = 0,
@@ -45,8 +43,6 @@ typedef struct {
 
 p12_error p12decode(pkcs12_context * context, CFDataRef cdpfx);
 
-#if defined(__cplusplus)
-}
-#endif
+__END_DECLS
 
 #endif /* !_SECURITY_P12IMPORT_H_ */