blob: a70d21bbc7b2b50f7597e56eb587e0d40a300414 [file] [log] [blame]
// 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);