home *** CD-ROM | disk | FTP | other *** search
- /* bdmg.h 1989 december 11 [gh]
- +-----------------------------------------------------------------------------
- | Abstract:
- | CP/M and DOS types and functions exported by bdmg.c
- |
- | History:
- | 11 dec 89 [gh] Latest update.
- |
- | See main module for more comments.
- +---------------------------------------------------------------------------*/
-
- /*---( types )--------------------------------------------------------------*/
-
- struct DIRLIST {
- char *fnam;
- struct DIRLIST *next;
- }; /* DIRLIST */
-
-
- /*---( prototypes )---------------------------------------------------------*/
-
- struct DIRLIST *expwildcard();
- void dispwildcard();
-
-
- /* EOH */
-
-