]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/lists.c
GnuTLS: use 1024 (DH_BITS_MIN) as minimum size of the DH prime
[ngircd-alex.git] / src / ngircd / lists.c
index 58c5d160df0913199c98547973a48cc97a4f69f0..b30326dea331b43d24b6951fba6eb1427f6de04c 100644 (file)
@@ -7,13 +7,15 @@
  * 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.
- *
- * Management of IRC lists: ban, invite, ...
  */
 
-
 #include "portab.h"
 
+/**
+ * @file
+ * Management of IRC lists: ban, invite, etc.
+ */
+
 #include "imp.h"
 #include <assert.h>
 
@@ -208,7 +210,6 @@ Lists_MakeMask(const char *Pattern)
 } /* Lists_MakeMask */
 
 
-
 bool
 Lists_Check( struct list_head *header, CLIENT *Client)
 {