home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
dice_443
/
dice.lzh
/
include
/
lib
/
wild.h
< prev
Wrap
C/C++ Source or Header
|
1990-08-02
|
263b
|
16 lines
/*
* LIB/WILD.H
*
* (c)Copyright 1990, Matthew Dillon, All Rights Reserved
*/
#ifndef _LIB_WILD_H
#define _LIB_WILD_H
extern void *_ParseWild(const char *, short)
extern int _CompWild(const char *, void *, void *);
extern void _FreeWild(void *);
#endif