X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Flists.h;h=6458e7825377e2f55e9cedde0f423687d9d27081;hb=755f54b1501334d827b5c30c03b4551ebb5cbe0d;hp=420f7751431996823bc119bcd8179afd76f4070d;hpb=fa7bb2790a1588e49d05cf3404220c3a63669514;p=ngircd-alex.git diff --git a/src/ngircd/lists.h b/src/ngircd/lists.h index 420f7751..6458e782 100644 --- a/src/ngircd/lists.h +++ b/src/ngircd/lists.h @@ -8,8 +8,6 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: lists.h,v 1.13 2006/12/07 17:57:20 fw Exp $ - * * Management of IRC lists: ban, invite, ... (header) */ @@ -39,7 +37,7 @@ GLOBAL bool Lists_AlreadyRegistered PARAMS(( const struct list_head *head, const GLOBAL void Lists_Free PARAMS(( struct list_head *head )); -GLOBAL char *Lists_MakeMask PARAMS(( char *Pattern )); +GLOBAL const char *Lists_MakeMask PARAMS((const char *Pattern)); GLOBAL const char *Lists_GetMask PARAMS(( const struct list_elem *e )); #endif