jedioutcast/utils/Radiant/fnmatch.h

7 lines
104 B
C
Raw Normal View History

2013-04-04 18:02:27 +00:00
#ifndef _FNMATCH_H
#define _FNMATCH_H
int match(char *mask, char *name);
#endif /* fnmatch.h */