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 385c77e25..b6e7ca5b7 100644
--- a/src/map/rodex.h
+++ b/src/map/rodex.h
@@ -75,6 +75,7 @@ struct rodex_interface {
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);
+ void (*getItemsAck) (struct map_session_data *sd, int64 mail_id, int8 opentype, int count, const struct rodex_item *items);
};
#ifdef HERCULES_CORE