jedi-outcast/utils/Radiant/fnmatch.h

7 lines
98 B
C
Raw Normal View History

2013-04-22 05:25:59 +00:00
#ifndef _FNMATCH_H
#define _FNMATCH_H
int match(char *mask, char *name);
#endif /* fnmatch.h */