]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.h
Allow servers to send more commands in the first 10 secods
[ngircd-alex.git] / src / ngircd / client.h
index 42036c4e79f89c164b6f2dd13b499543bcd1a3ab..ff4ff2ffa6285a2af8937b6df5bc1049edbe3bdc 100644 (file)
@@ -7,13 +7,16 @@
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
  * Please read the file COPYING, README and AUTHORS for more information.
- *
- * Client management (header)
  */
 
 #ifndef __client_h__
 #define __client_h__
 
+/**
+ * @file
+ * Client management (header)
+ */
+
 #define CLIENT_UNKNOWN 1               /* connection of unknown type */
 #define CLIENT_GOTPASS 2               /* client did send PASS */
 #define CLIENT_GOTNICK 4               /* client did send NICK */
@@ -161,8 +164,6 @@ GLOBAL const char *Client_TypeText PARAMS((CLIENT *Client));
 GLOBAL void Client_DebugDump PARAMS((void));
 #endif
 
-
 #endif
 
-
 /* -eof- */