summaryrefslogtreecommitdiff
path: root/src/q_bounty.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_bounty.hpp')
-rw-r--r--src/q_bounty.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
index 450ca8bd..960a391b 100644
--- a/src/q_bounty.hpp
+++ b/src/q_bounty.hpp
@@ -4,7 +4,7 @@
#include <string>
-extern bool_ quest_bounty_init_hook(int q_idx);
+extern bool_ quest_bounty_init_hook();
extern bool_ quest_bounty_drop_item();
extern bool_ quest_bounty_get_item();
extern std::string quest_bounty_describe();