home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / util / blank / gblanker / source / protos / winhand.h < prev   
C/C++ Source or Header  |  1994-07-03  |  191b  |  11 lines

  1. #ifndef WINHAND_H
  2. #define WINHAND_H
  3.  
  4. extern BYTE *InfoStr;
  5.  
  6. STRPTR NameSansParens( STRPTR );
  7. STRPTR NameForEntry( struct List *, LONG );
  8. LONG openMainWindow( VOID );
  9.  
  10. #endif /* WINDHAND_H */
  11.