]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/lists.c
Channel_Mode: Re-indent switch.
[ngircd-alex.git] / src / ngircd / lists.c
index 6a70d088db5fcb40c05c57597c02ad41299a76bb..94069d4a474a0e0b4ec120acf3fe5ed5e163a278 100644 (file)
@@ -14,8 +14,6 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: lists.c,v 1.21 2007/01/29 21:13:26 fw Exp $";
-
 #include "imp.h"
 #include <assert.h>
 
@@ -162,8 +160,8 @@ Lists_CheckDupeMask(const struct list_head *h, const char *Mask )
 }
 
 
-GLOBAL char *
-Lists_MakeMask( char *Pattern )
+GLOBAL const char *
+Lists_MakeMask(const char *Pattern)
 {
        /* This function generats a valid IRC mask of "any" string. This
         * mask is only valid until the next call to Lists_MakeMask(),