summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 8841911b74..3510d09b07 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -315,6 +315,7 @@ private:
void get_matching_stashes(const base_pattern &search,
std::vector<stash_search_result> &results) const;
void display_search_results(std::vector<stash_search_result> &results);
+ void show_stash_search_prompt();
private:
typedef std::map<level_id, LevelStashes> stash_levels_t;