home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d359 / dice.lha / DICE / DICE.lzh / include / lib / wild.h < prev   
C/C++ Source or Header  |  1990-03-29  |  149b  |  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.