summaryrefslogtreecommitdiff
path: root/src/net/eathena/mailhandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/mailhandler.h')
-rw-r--r--src/net/eathena/mailhandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/mailhandler.h b/src/net/eathena/mailhandler.h
index ded92de08..0630b1988 100644
--- a/src/net/eathena/mailhandler.h
+++ b/src/net/eathena/mailhandler.h
@@ -70,6 +70,8 @@ class MailHandler final : public MessageHandler, public Net::MailHandler
static void processNewMail(Net::MessageIn &msg);
static void processSetAttachmentAck(Net::MessageIn &msg);
+
+ static void processDeleteAck(Net::MessageIn &msg);
};
} // namespace EAthena