mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
4 lines
176 B
C
4 lines
176 B
C
typedef const struct AuthorizationOpaqueRef *AuthorizationRef;
|
|
int AuthorizationCreate(AuthorizationRef *authorization);
|
|
int AuthorizationFree(AuthorizationRef authorization);
|