Drafting for recycle bin support

This commit is contained in:
michael starke
2013-06-28 19:07:28 +02:00
parent db30d641f2
commit 91744feab0
7 changed files with 356 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ APPKIT_EXTERN NSString *const MPDocumentGroupKey;
Returns the entry for the given UUID, nil if none was found
*/
- (KdbEntry *)findEntry:(UUID *)uuid;
- (KdbGroup *)findGroup:(UUID *)uuid;
/*
Return the Binary for the given BinaryRef. nil if none was found
*/