home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / gblanker-38.8.lha / GBlanker / GSource / 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.