src/network/core/tcp.h
branchcpp_gui
changeset 6268 4b5241e5dd10
parent 6153 2ecdbf81caa7
child 6298 c30fe89622df
child 6561 75a3a9146abb
--- a/src/network/core/tcp.h	Tue Feb 27 23:54:28 2007 +0000
+++ b/src/network/core/tcp.h	Wed Feb 28 00:33:40 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