home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Miscellaneous / Generic App ƒ / Flab / flab.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-20  |  177 b   |  11 lines  |  [TEXT/KAHL]

  1. /* sab.h
  2.  * © 1992 - Michael S. Engber - All Rights Reserved
  3.  */
  4.  
  5. #ifndef H_sab
  6. #define H_sab
  7.  
  8. extern OSErr FlipBNDL(FSSpecPtr spec_p);
  9. extern OSErr RestartFinder(void);
  10.  
  11. #endif