summaryrefslogtreecommitdiff
path: root/src/net/tmwa/mail2handler.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-08-11 21:58:05 +0300
committerAndrei Karas <akaras@inbox.ru>2017-08-11 21:58:05 +0300
commit1305ef0f6465f7053019a4b89176e6837f5ada7f (patch)
tree873b71c531bc4331c38cee73144d37360942209f /src/net/tmwa/mail2handler.h
parent0d3db3288d4b626cbcfb3ee4a11f8d0ec760ae25 (diff)
downloadplus-1305ef0f6465f7053019a4b89176e6837f5ada7f.tar.gz
plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.tar.bz2
plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.tar.xz
plus-1305ef0f6465f7053019a4b89176e6837f5ada7f.zip
Add packet CMSG_MAIL2_CLOSE_MAILBOX 0x09e9.
Diffstat (limited to 'src/net/tmwa/mail2handler.h')
-rw-r--r--src/net/tmwa/mail2handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/tmwa/mail2handler.h b/src/net/tmwa/mail2handler.h
index 2bc7a6dec..ea93b859c 100644
--- a/src/net/tmwa/mail2handler.h
+++ b/src/net/tmwa/mail2handler.h
@@ -67,6 +67,8 @@ class Mail2Handler final : public Net::Mail2Handler
const int64_t mailId) const override final;
void openMailBox(const int openType) const override final;
+
+ void closeMailBox() const override final;
};
} // namespace TmwAthena