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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/net/eathena/mailhandler.h b/src/net/eathena/mailhandler.h
index 1b4f9f2b5..b6e4090ad 100644
--- a/src/net/eathena/mailhandler.h
+++ b/src/net/eathena/mailhandler.h
@@ -52,6 +52,10 @@ class MailHandler final : public MessageHandler, public Net::MailHandler
void resetAttach(const int flag) override final;
+ void send(const std::string &name,
+ const std::string &title,
+ std::string message) override final;
+
protected:
void processMailOpen(Net::MessageIn &msg) const;
};