mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
305 B
C
9 lines
305 B
C
// The name of this header is special-cased in the Clang importer. :-(
|
|
@import ctypes;
|
|
@import Foundation; // no CoreFoundation in our mock SDK
|
|
|
|
extern const CFTypeRef kSecClass;
|
|
extern /*const*/ CFTypeRef kSecClassGenericPassword;
|
|
|
|
OSStatus SecItemCopyMatching(CFDictionaryRef query, CFTypeRef *result);
|