home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / File Access Examples 1.0 / Scanner.h < prev   
Encoding:
C/C++ Source or Header  |  1994-10-25  |  197 b   |  14 lines  |  [TEXT/KAHL]

  1. /* Scanner.h
  2.  *
  3.  * Prototypes for functions in Scanner.c
  4.  *
  5.  */
  6.  
  7. #ifndef Scanner_h
  8. #define Scanner_h
  9.  
  10. void    ScanVolumes( void );
  11. void    ScanFolders( short vRefNum, long dirID, short levels );
  12.  
  13. #endif
  14.