5 // Created by J Osborne on 12/4/12.
11 typedef void *SOSDataSourceFactoryRef
;
12 typedef void *SOSAccountRef
;
14 // XXX Need to plumb these from security to secd. If we can.
16 typedef SOSDataSourceFactoryRef (^AccountDataSourceFactoryBlock
)();
18 bool SOSKeychainAccountSetFactoryForAccount(AccountDataSourceFactoryBlock factory
);
20 bool SOSKeychainAccountSetFactoryForAccount(AccountDataSourceFactoryBlock factory
)
25 SOSAccountRef
SOSKeychainAccountGetSharedAccount(void);
27 SOSAccountRef
SOSKeychainAccountGetSharedAccount(void)