Files
swift-mirror/test/Inputs/clang-importer-sdk/usr/include/SecItem.h
Jordan Rose 460b03d367 [ClangImporter] Remove a hack put in for the Security framework.
They've updated their headers and things are better now.

rdar://problem/19020927

Swift SVN r29588
2015-06-24 00:52:52 +00:00

9 lines
309 B
C

// The name of this header used to be special-cased in the Clang importer.
@import ctypes;
@import Foundation; // no CoreFoundation in our mock SDK
extern const CFStringRef kSecClass;
extern const CFStringRef kSecClassGenericPassword;
OSStatus SecItemCopyMatching(CFDictionaryRef query, CFTypeRef *result);