X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Flists.h;fp=src%2Fngircd%2Flists.h;h=28f5478d083ccfb30dc9de0cc24331e01fa6371b;hp=c39325ea0ea869bf646e5495eeb812fe6066335d;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=ebfcdb088be271adfe17303163534956715b85e9 diff --git a/src/ngircd/lists.h b/src/ngircd/lists.h index c39325ea..28f5478d 100644 --- a/src/ngircd/lists.h +++ b/src/ngircd/lists.h @@ -9,7 +9,6 @@ * Please read the file COPYING, README and AUTHORS for more information. */ - #ifndef __lists_h__ #define __lists_h__ @@ -27,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 *)); @@ -45,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- */