Files
swift-mirror/test/Inputs/clang-importer-sdk/usr/include/Authorization.h
Jordan Rose 8176e99f5a [ClangImporter] Special-case some known non-CF types whose names end in "Ref".
Without this, we try to bring these in as CF types, and then ARC tries to
manage them, and the program crashes.

<rdar://problem/17211521>

Swift SVN r21081
2014-08-07 01:18:26 +00:00

4 lines
176 B
C

typedef const struct AuthorizationOpaqueRef *AuthorizationRef;
int AuthorizationCreate(AuthorizationRef *authorization);
int AuthorizationFree(AuthorizationRef authorization);