fix more compile errors

This commit is contained in:
Rudolf Polzer
2011-07-01 11:41:02 +02:00
parent ff1b9a5bfa
commit 114175def3
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +0,0 @@
#if !defined(INCLUDED_FILEMATCH_H)
#define INCLUDED_FILEMATCH_H
int matchpattern(const char *in, const char *pattern, int caseinsensitive);
int matchpattern_with_separator(const char *in, const char *pattern, int caseinsensitive, const char *separators, int wildcard_least_one);
#endif