summaryrefslogtreecommitdiff
path: root/src/map/rodex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/rodex.h')
-rw-r--r--src/map/rodex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/rodex.h b/src/map/rodex.h
index 56cc3a9d1..385c77e25 100644
--- a/src/map/rodex.h
+++ b/src/map/rodex.h
@@ -74,6 +74,7 @@ struct rodex_interface {
void (*get_items) (struct map_session_data *sd, int8 opentype, int64 mail_id);
void (*delete_mail) (struct map_session_data *sd, int64 mail_id);
void (*clean) (struct map_session_data *sd, int8 flag);
+ void (*getZenyAck) (struct map_session_data *sd, int64 mail_id, int8 opentype, int64 zeny);
};
#ifdef HERCULES_CORE