home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Aktief 1995 #6 / CDA_6.iso / shell / utils / disked29.arj / SOURCE.ZIP / DIRECT.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-19  |  1.0 KB  |  34 lines

  1. /***
  2. *direct.h - disked function declarations for directory handling.
  3. *
  4. *Copyright (c) 1993-1995, Gregg Jennings.  All wrongs reserved.
  5. *   P O Box 200, Falmouth, MA 02541-0200
  6. *
  7. *Purpose:
  8. *  This include file contains the function declarations for the
  9. *  functions related to directory handling.
  10. *
  11. *Notice:
  12. *   This progam may be freely used and distributed.  Any distrubution
  13. *   with modifications must retain the above copyright statement and
  14. *   modifications noted.
  15. *   No pulp-publication, in whole or in part, permitted without
  16. *   permission (magazines or books).
  17. *******************************************************************************/
  18.  
  19. #ifndef GENERAL_H
  20. #include "general.h"
  21. #endif
  22.  
  23. #ifndef _DIR_DEFINED
  24. #include "dirent.h"
  25. #endif
  26.  
  27. extern dword cwdstart(void);
  28. extern int file_start(char *file);
  29. extern long file_size(char *file);
  30. extern int direntry(char *name, dDIR *dir);
  31. extern int _dos_xfcb_find(xFCB *xfcb);
  32. extern void _far *_dos_getdta(void);
  33. extern void get_volume(char *v);
  34.