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.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/q_bounty.hpp b/src/q_bounty.hpp
index fe9742ef..87fa73fd 100644
--- a/src/q_bounty.hpp
+++ b/src/q_bounty.hpp
@@ -5,6 +5,6 @@
#include <string>
void quest_bounty_init_hook();
-bool_ quest_bounty_drop_item();
-bool_ quest_bounty_get_item();
+void quest_bounty_drop_item();
+void quest_bounty_get_item();
std::string quest_bounty_describe();