(svn r22403) -Document: some more network/core code

This commit is contained in:
rubidium
2011-05-01 13:29:40 +00:00
parent 8a58e2cd16
commit ee93be2e3f
9 changed files with 115 additions and 26 deletions

View File

@@ -448,9 +448,6 @@ public:
~NetworkAdminSocketHandler();
NetworkRecvStatus ReceivePackets();
const char *ReceiveCommand(Packet *p, struct CommandPacket *cp);
void SendCommand(Packet *p, const struct CommandPacket *cp);
};
#endif /* ENABLE_NETWORK */