Files
swift-mirror/test/Inputs/clang-importer-sdk/usr/include/SecItem.h
2014-09-06 00:46:21 +00:00

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);