home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 58 / pcpp58a.iso / extras / quake 3 source / Q3A_ToolSource.exe / Main / FNMATCH.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-01-02  |  104 b   |  7 lines

  1. #ifndef    _FNMATCH_H
  2. #define    _FNMATCH_H
  3.  
  4. int match(char *mask, char *name);
  5.  
  6. #endif /* fnmatch.h */
  7.