home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Snippets / FindIcon / Get_icon_file_name.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-20  |  119 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifdef __cplusplus
  2. extern "C" {
  3. #endif
  4.  
  5. void    Get_icon_file_name( Str255 icon_file_name );
  6.  
  7. #ifdef __cplusplus
  8. }
  9. #endif
  10.