Fix for issue where history file would be read immediately on launch

This commit is contained in:
ridiculousfish
2012-12-04 16:00:35 -08:00
parent b1e86d6fea
commit 19eddddcff
4 changed files with 31 additions and 7 deletions

View File

@@ -159,6 +159,9 @@ class history_t
/** Loads old if necessary */
bool load_old_if_needed(void);
/** Memory maps the history file if necessary */
bool mmap_if_needed(void);
/** Deletes duplicates in new_items. */
void compact_new_items();