diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-23 19:45:57 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2003-01-23 19:45:57 +0000 |
commit | 73b9d0c5cb02f0ea8350de28bc3687e0af70ea0f (patch) | |
tree | a5845579b1363762650f0e45c62a13890e1efa43 /include/wildcard.h |
Initial revision
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@132 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/wildcard.h')
-rw-r--r-- | include/wildcard.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wildcard.h b/include/wildcard.h new file mode 100644 index 000000000..ab6e6d71e --- /dev/null +++ b/include/wildcard.h @@ -0,0 +1,7 @@ +#include <string> +#include "inspircd_config.h" + +void Delete(char* str,int pos); +void Insert(char* substr,char* str,int pos); +bool match(char* literal, char* mask); + |