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 ba7059071..5fb9a3ef5 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -71,6 +71,8 @@ class VendingHandler final : public MessageHandler,
static void processReport(Net::MessageIn &msg);
+ static void processOpenStatus(Net::MessageIn &msg);
+
static BuyDialog *mBuyDialog;
};