diff options
Diffstat (limited to 'Frameworks/LiBackend/LiStoreValidator.h')
-rw-r--r-- | Frameworks/LiBackend/LiStoreValidator.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Frameworks/LiBackend/LiStoreValidator.h b/Frameworks/LiBackend/LiStoreValidator.h new file mode 100644 index 0000000..da5094e --- /dev/null +++ b/Frameworks/LiBackend/LiStoreValidator.h @@ -0,0 +1,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 |