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 fbd9b4481..ee84cf79c 100644
--- a/src/net/eathena/vendinghandler.h
+++ b/src/net/eathena/vendinghandler.h
@@ -39,6 +39,8 @@ class VendingHandler final : public MessageHandler,
protected:
static void processOpenReq(Net::MessageIn &msg);
+
+ static void processShowBoard(Net::MessageIn &msg);
};
} // namespace EAthena