summaryrefslogtreecommitdiff
path: root/src/net/eathena/inventoryrecv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/eathena/inventoryrecv.h')
-rw-r--r--src/net/eathena/inventoryrecv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/eathena/inventoryrecv.h b/src/net/eathena/inventoryrecv.h
index 81436179e..9e4c3ce03 100644
--- a/src/net/eathena/inventoryrecv.h
+++ b/src/net/eathena/inventoryrecv.h
@@ -79,6 +79,8 @@ namespace EAthena
void processInventoryStart1(Net::MessageIn &msg);
void processInventoryStart2(Net::MessageIn &msg);
void processInventoryStart3(Net::MessageIn &msg);
+ void processInventoryEnd1(Net::MessageIn &msg);
+ void processInventoryEnd2(Net::MessageIn &msg);
int getSlot(const int eAthenaSlot) A_WARN_UNUSED;
} // namespace InventoryRecv