diff options
Diffstat (limited to 'src/history.h')
-rw-r--r-- | src/history.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/history.h b/src/history.h index 7dad72df..d3daae80 100644 --- a/src/history.h +++ b/src/history.h | |||
@@ -76,6 +76,7 @@ void clearCache_History (iHistory *); | |||
76 | size_t pruneLeastImportant_History (iHistory *); | 76 | size_t pruneLeastImportant_History (iHistory *); |
77 | size_t pruneLeastImportantMemory_History (iHistory *); | 77 | size_t pruneLeastImportantMemory_History (iHistory *); |
78 | void invalidateTheme_History (iHistory *); /* theme has changed, cached contents need updating */ | 78 | void invalidateTheme_History (iHistory *); /* theme has changed, cached contents need updating */ |
79 | void invalidateCachedLayout_History (iHistory *); | ||
79 | 80 | ||
80 | iBool atLatest_History (const iHistory *); | 81 | iBool atLatest_History (const iHistory *); |
81 | iBool atOldest_History (const iHistory *); | 82 | iBool atOldest_History (const iHistory *); |