mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
They've updated their headers and things are better now. rdar://problem/19020927 Swift SVN r29588
9 lines
309 B
C
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);
|