summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index 8be7ed8ccc..c48c863a37 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -50,8 +50,9 @@ std::vector<std::string> database_find_bodies(DBM *database,
std::string getWeightedSpeechString(const std::string &key,
const std::string &suffix,
const int weight = -1);
-
-std::string getLongDescription(const std::string &key);
+
+std::string getLongDescription(const std::string &key,
+ bool noquote = false);
std::vector<std::string> getLongDescKeysByRegex(const std::string &regex,
db_find_filter filter = NULL);
std::vector<std::string> getLongDescBodiesByRegex(const std::string &regex,