summaryrefslogtreecommitdiff
path: root/src/net/eathena/vendinghandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/vendinghandler.h')
-rw-r--r--src/net/eathena/vendinghandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/vendinghandler.h b/src/net/eathena/vendinghandler.h
index d29f355e1..d775f7958 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -49,6 +49,8 @@ class VendingHandler final : public MessageHandler,
static void processBuyAck(Net::MessageIn &msg);
static void processOpen(Net::MessageIn &msg);
+
+ static void processReport(Net::MessageIn &msg);
};
} // namespace EAthena