aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 8994a7e3..15f0dba6 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -210,6 +210,9 @@
- (NSString *)usedQuery;
- (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database;
- (NSUInteger)numberOfQueries;
+
- (NSString *)buildHistoryString;
+- (void)historyItemsHaveBeenUpdated:(id)manager;
+
@end