summaryrefslogtreecommitdiffstats
path: root/Frameworks/LiBackend/LiStoreValidator.h
blob: da5094e07eb78b04a888ecb243c0a6f9c2337694 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
//  LiStoreValidator.h
//  Liaison
//
//  Created by Brian Cully on Sun May 25 2003.
//  Copyright (c) 2003 Brian Cully. All rights reserved.
//

@interface LiStoreValidator : NSObject
- (void)addFileToUpdateQueue: (LiFileHandle *)aFileHandle;
@end