summaryrefslogtreecommitdiff
path: root/src/map/mail.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mail.h')
-rw-r--r--src/map/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/mail.h b/src/map/mail.h
index 1079fc560..bea33d3af 100644
--- a/src/map/mail.h
+++ b/src/map/mail.h
@@ -14,5 +14,6 @@ unsigned char mail_setitem(struct map_session_data *sd, int idx, int amount);
bool mail_setattachment(struct map_session_data *sd, struct mail_message *msg);
void mail_getattachment(struct map_session_data* sd, int zeny, struct item* item);
int mail_openmail(struct map_session_data *sd);
+void mail_deliveryfail(struct map_session_data *sd, struct mail_message *msg);
#endif /* _MAIL_H_ */