home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 August: Tool Chest / Apple_Developer_Group_August_1996_Tool_Chest.iso / Sample Code / Snippets / Files / PutAwayVolumes / PutAwayOneVolume.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-21  |  133 b   |  8 lines  |  [TEXT/CWIE]

  1. #pragma once
  2.  
  3. #ifndef __TYPES__
  4. #    include <Types.h>
  5. #endif
  6.  
  7. pascal OSErr PutAwayOneVolume (short vRefNum, OSType finderLikeProcess);
  8.