X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Flists.h;h=db0f11a9603691f9eb64f5fcf90b638c007a0876;hb=03e656807930cffc34a76a31635e4d3ad79c4378;hp=eb863db9f0a08c02aa6740a46f2547ae3761ea5e;hpb=cde2e8a2775e8b01266627a60a08e2560eac42c8;p=ngircd-alex.git diff --git a/src/ngircd/lists.h b/src/ngircd/lists.h index eb863db9..db0f11a9 100644 --- a/src/ngircd/lists.h +++ b/src/ngircd/lists.h @@ -42,7 +42,7 @@ GLOBAL unsigned long Lists_Count PARAMS((struct list_head *h)); GLOBAL void Lists_Free PARAMS((struct list_head *head)); -GLOBAL const char *Lists_MakeMask PARAMS((const char *Pattern)); +GLOBAL void Lists_MakeMask PARAMS((const char *Pattern, char *mask, size_t len)); GLOBAL const char *Lists_GetMask PARAMS((const struct list_elem *e)); GLOBAL const char *Lists_GetReason PARAMS((const struct list_elem *e)); GLOBAL time_t Lists_GetValidity PARAMS((const struct list_elem *e));