mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2024-11-10 15:22:09 +00:00
6 lines
98 B
C
6 lines
98 B
C
#ifndef _FNMATCH_H
|
|
#define _FNMATCH_H
|
|
|
|
int match(char *mask, char *name);
|
|
|
|
#endif /* fnmatch.h */
|