home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 May / macformat-024.iso / Shareware City / Developers / nshellmegasource1.50 / mega src / lib / walk_utl.proto.h < prev   
Encoding:
Text File  |  1994-11-21  |  596 b   |  24 lines  |  [TEXT/KAHL]

  1. /* ========================================
  2.  
  3.     walk_utl.proto.h
  4.     
  5.     Copyright (c) 1994 Newport Software Development
  6.     
  7.     You may distribute unmodified copies of this file for
  8.     noncommercial purposes.  You may use this file as a
  9.     reference when writing your own programs.
  10.     
  11.     All other rights are reserved.
  12.     
  13.    ======================================== */
  14.    
  15.    
  16. // utility routines
  17.  
  18. void        walk_copy( FSSpec *dest_fss, FSSpec *src_fss );
  19.  
  20. // public access routines
  21.  
  22. t_walk_hndl walk_init( FSSpec *start_fss );
  23. OSErr       walk_next( t_walk_hndl wData, FSSpec *fss, short *level, short *isDir );
  24.