X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/1136f709ef8add5fa9ba8663db910003362e1bd2..26d745b2a04a97f84d065085ab371cdff6f627d9:/src/common.h diff --git a/src/common.h b/src/common.h index e688ee8..0d93315 100644 --- a/src/common.h +++ b/src/common.h @@ -183,7 +183,7 @@ int mmatch(const char *glob, const char *newglob); int match_ircglob(const char *text, const char *glob); #define MATCH_USENICK 1 #define MATCH_VISIBLE 2 -int user_matches_glob(struct userNode *user, const char *glob, int flags); +int user_matches_glob(struct userNode *user, const char *glob, int flags, int shared); int is_overmask(char *mask);