mirror of
https://github.com/ioquake/jedi-outcast.git
synced 2025-02-24 20:52:34 +00:00
6 lines
104 B
C
6 lines
104 B
C
#ifndef _FNMATCH_H
|
|
#define _FNMATCH_H
|
|
|
|
int match(char *mask, char *name);
|
|
|
|
#endif /* fnmatch.h */
|