X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/3f0f0d49a9b6c2c6d459239f5926d59314cdeacf..07691282a056c4efea71e1e505527601e8cc166b:/keychain/ckks/CKKSOutgoingQueueEntry.h diff --git a/keychain/ckks/CKKSOutgoingQueueEntry.h b/keychain/ckks/CKKSOutgoingQueueEntry.h index aadeb473..a4a91c21 100644 --- a/keychain/ckks/CKKSOutgoingQueueEntry.h +++ b/keychain/ckks/CKKSOutgoingQueueEntry.h @@ -73,7 +73,8 @@ zoneID:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; -+ (NSDictionary*)countsByState:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; ++ (NSDictionary*)countsByStateInZone:(CKRecordZoneID*)zoneID error:(NSError* __autoreleasing*)error; ++ (NSInteger)countByState:(CKKSItemState *)state zone:(CKRecordZoneID*)zoneID error: (NSError * __autoreleasing *) error; @end