2 #ifndef SOSTransportBackupPeer_h
3 #define SOSTransportBackupPeer_h
5 #include <CoreFoundation/CoreFoundation.h>
6 #include <CoreFoundation/CFRuntime.h>
7 #include "keychain/SecureObjectSync/SOSAccount.h"
9 typedef struct __OpaqueSOSTransportBackupPeer
*SOSTransportBackupPeerRef
;
12 struct __OpaqueSOSTransportBackupPeer
{
14 CFStringRef fileLocation
;
18 CFIndex
SOSTransportBackupPeerGetTransportType(SOSTransportBackupPeerRef transport
, CFErrorRef
*error
);
19 SOSTransportBackupPeerRef
SOSTransportBackupPeerCreate(CFStringRef fileLocation
, CFErrorRef
*error
);