summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/skills2.h')
-rw-r--r--crawl-ref/source/skills2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.h b/crawl-ref/source/skills2.h
index 73658f31af..31d0cc8690 100644
--- a/crawl-ref/source/skills2.h
+++ b/crawl-ref/source/skills2.h
@@ -24,7 +24,7 @@
* called from: chardump - it_use3 - itemname - skills
* *********************************************************************** */
const char *skill_name(int which_skill);
-
+int str_to_skill(const std::string &skill);
// last_updated 24may2000 {dlb}
/* ***********************************************************************