mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-08-14 22:38:37 +02:00
8 lines
120 B
C
8 lines
120 B
C
#ifndef FNMATCH_H
|
|
#define FNMATCH_H 1
|
|
|
|
int fnmatch(const char *pattern, const char *string, int flags);
|
|
|
|
|
|
#endif
|