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

  1. /* ActionRoutines.h
  2.  *
  3.  * Prototypes for routines in ActionRoutines.c
  4.  *
  5.  */
  6.  
  7. #ifndef ActionRoutines_h
  8. #define ActionRoutines_h
  9.  
  10. void FolderAction( Str31 folderName, short level );
  11. void FileAction( void );
  12.  
  13. #endif
  14.