From b6c2216749765e4d29fc3fa05dc1023c2c643cce Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 30 Nov 2010 13:38:46 +0000 Subject: (svn r21358) -Codechange: make some network function names conform to coding style --- src/network/core/core.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/network/core/core.h') diff --git a/src/network/core/core.h b/src/network/core/core.h index bf013909a..932199a9c 100644 --- a/src/network/core/core.h +++ b/src/network/core/core.h @@ -74,9 +74,9 @@ public: */ void Reopen() { this->has_quit = false; } - void Send_GRFIdentifier(Packet *p, const GRFIdentifier *grf); - void Recv_GRFIdentifier(Packet *p, GRFIdentifier *grf); - void Send_CompanyInformation(Packet *p, const struct Company *c, const struct NetworkCompanyStats *stats); + void SendGRFIdentifier(Packet *p, const GRFIdentifier *grf); + void ReceiveGRFIdentifier(Packet *p, GRFIdentifier *grf); + void SendCompanyInformation(Packet *p, const struct Company *c, const struct NetworkCompanyStats *stats); }; #endif /* ENABLE_NETWORK */ -- cgit v1.2.3-54-g00ecf