home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 387b.lha / dice_v2.02 / include / lib / wild.h < prev   
Encoding:
C/C++ Source or Header  |  1990-05-30  |  149 b   |  10 lines

  1.  
  2. /*
  3.  *  WILD.H
  4.  */
  5.  
  6. extern void *_ParseWild(const char *, short)
  7. extern int _CompWild(const char *, void *, void *);
  8. extern void _FreeWild(void *);
  9.  
  10.