]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/resolve.c
Move "ClientHost" and "ClientUserNick" to end of [Global] section
[ngircd-alex.git] / src / ngircd / resolve.c
index 5839c19498cde0d8b9939d449bc947537eb678cf..9aeb68e35e82a9fc0db263d573d2ca91e8e3d158 100644 (file)
@@ -7,15 +7,17 @@
  * 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.
- *
- * Asynchronous resolver
  */
 
-
 #define RESOLVER_TIMEOUT (Conf_PongTimeout*3)/4
 
 #include "portab.h"
 
+/**
+ * @file
+ * Asynchronous resolver
+ */
+
 #include "imp.h"
 #include <assert.h>
 #include <errno.h>