home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / sharewar / mikm202 / source / include / wildfile.h < prev   
Encoding:
C/C++ Source or Header  |  1995-09-18  |  251 b   |  16 lines

  1. #ifndef WILDFILE_H
  2. #define WILDFILE_H
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. char *GetFirstName(char *wildname,int attrib);
  9. char *GetNextName(void);
  10. void MyGlob(int *argc,char **argv[],int attrib);
  11.  
  12. #ifdef __cplusplus
  13. }
  14. #endif
  15.  
  16. #endif