diff -r 2d550f67dcba -r 2aae24b0881f src/network/core/tcp.h --- a/src/network/core/tcp.h Fri Feb 23 08:19:24 2007 +0000 +++ b/src/network/core/tcp.h Fri Feb 23 08:37:33 2007 +0000 @@ -1,5 +1,9 @@ /* $Id$ */ +/** + * @file tcp.h Basic functions to receive and send TCP packets. + */ + #ifndef NETWORK_CORE_TCP_H #define NETWORK_CORE_TCP_H @@ -10,10 +14,6 @@ #include "packet.h" /** - * @file tcp.h Basic functions to receive and send TCP packets. - */ - -/** * Enum with all types of UDP packets. * The order of the first 4 packets MUST not be changed, as * it protects old clients from joining newer servers