summaryrefslogtreecommitdiff
path: root/src/net/eathena/buyingstorehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/buyingstorehandler.h')
-rw-r--r--src/net/eathena/buyingstorehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/buyingstorehandler.h b/src/net/eathena/buyingstorehandler.h
index e13ed5731..906b68bf2 100644
--- a/src/net/eathena/buyingstorehandler.h
+++ b/src/net/eathena/buyingstorehandler.h
@@ -64,6 +64,8 @@ class BuyingStoreHandler final : public MessageHandler,
static void processBuyingStoreHideBoard(Net::MessageIn &msg);
static void processBuyingStoreItemsList(Net::MessageIn &msg);
+
+ static void processBuyingStoreSellFailed(Net::MessageIn &msg);
};
} // namespace EAthena