]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/wildcard.h
Rename all these so that the names reflect the database server theyre used with more...
[user/henk/code/inspircd.git] / include / wildcard.h
1 /*       +------------------------------------+
2  *       | Inspire Internet Relay Chat Daemon |
3  *       +------------------------------------+
4  *
5  *  InspIRCd: (C) 2002-2007 InspIRCd Development Team
6  * See: http://www.inspircd.org/wiki/index.php/Credits
7  *
8  * This program is free but copyrighted software; see
9  *            the file COPYING for details.
10  *
11  * ---------------------------------------------------
12  */
13
14 #include "inspircd_config.h"
15
16 bool match(const char *str, const char *mask);
17 bool match(const char *str, const char *mask, bool use_cidr_match);
18 bool match(bool case_sensitive, const char *str, const char *mask);
19 bool match(bool case_sensitive, const char *str, const char *mask, bool use_cidr_match);