summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index f59a384931..311d687317 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -166,7 +166,7 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport=false, int acc_bonus=0,
bool thrown_object_destroyed( item_def *item, int x, int y, bool returning );
-void inscribe_item();
+void prompt_inscribe_item();
int launcher_shield_slowdown(const item_def &launcher,
const item_def *shield);
int launcher_final_speed(const item_def &launcher,