home *** CD-ROM | disk | FTP | other *** search
- /***
- *direct.h - disked function declarations for directory handling.
- *
- *Copyright (c) 1993-1995, Gregg Jennings. All wrongs reserved.
- * P O Box 200, Falmouth, MA 02541-0200
- *
- *Purpose:
- * This include file contains the function declarations for the
- * functions related to directory handling.
- *
- *Notice:
- * This progam may be freely used and distributed. Any distrubution
- * with modifications must retain the above copyright statement and
- * modifications noted.
- * No pulp-publication, in whole or in part, permitted without
- * permission (magazines or books).
- *******************************************************************************/
-
- #ifndef GENERAL_H
- #include "general.h"
- #endif
-
- #ifndef _DIR_DEFINED
- #include "dirent.h"
- #endif
-
- extern dword cwdstart(void);
- extern int file_start(char *file);
- extern long file_size(char *file);
- extern int direntry(char *name, dDIR *dir);
- extern int _dos_xfcb_find(xFCB *xfcb);
- extern void _far *_dos_getdta(void);
- extern void get_volume(char *v);
-