X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Flists.h;h=28f5478d083ccfb30dc9de0cc24331e01fa6371b;hb=8aac36680265124067994391e7efef4e241a0ffd;hp=6458e7825377e2f55e9cedde0f423687d9d27081;hpb=b36fc3b095b2038e6339a8d1fd103e09916783c7;p=ngircd-alex.git diff --git a/src/ngircd/lists.h b/src/ngircd/lists.h index 6458e782..28f5478d 100644 --- a/src/ngircd/lists.h +++ b/src/ngircd/lists.h @@ -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. - * - * Management of IRC lists: ban, invite, ... (header) */ - #ifndef __lists_h__ #define __lists_h__ + +/** + * @file + * Management of IRC lists (header) + */ + #include "portab.h" #include "client.h" @@ -23,7 +26,6 @@ struct list_head { struct list_elem *first; }; - GLOBAL struct list_elem *Lists_GetFirst PARAMS((const struct list_head *)); GLOBAL struct list_elem *Lists_GetNext PARAMS((const struct list_elem *)); @@ -41,4 +43,5 @@ GLOBAL const char *Lists_MakeMask PARAMS((const char *Pattern)); GLOBAL const char *Lists_GetMask PARAMS(( const struct list_elem *e )); #endif + /* -eof- */