5 #include <Security/SecureObjectSync/SOSTransportMessage.h>
6 #include <Security/SecureObjectSync/SOSTransportCircle.h>
7 #include <Security/SecureObjectSync/SOSTransportKeyParameter.h>
8 #include <Security/SecureObjectSync/SOSAccount.h>
10 CF_RETURNS_RETAINED CFMutableArrayRef
SOSTransportDispatchMessages(SOSAccountRef account
, CFDictionaryRef updates
, CFErrorRef
*error
);
12 void SOSRegisterTransportMessage(SOSTransportMessageRef additional
);
13 void SOSUnregisterTransportMessage(SOSTransportMessageRef removal
);
15 void SOSRegisterTransportCircle(SOSTransportCircleRef additional
);
16 void SOSUnregisterTransportCircle(SOSTransportCircleRef removal
);
18 void SOSRegisterTransportKeyParameter(SOSTransportKeyParameterRef additional
);
19 void SOSUnregisterTransportKeyParameter(SOSTransportKeyParameterRef removal
);
20 void SOSUnregisterAllTransportMessages(void);
21 void SOSUnregisterAllTransportCircles(void);
22 void SOSUnregisterAllTransportKeyParameters(void);
25 void SOSUpdateKeyInterest(SOSAccountRef account
);