home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / text / hyper / hsc_source.lha / hsc / source / hscprj / license.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-17  |  204 b   |  16 lines

  1. /*
  2.  * hscprj/license.h
  3.  *
  4.  * routines to show license
  5.  *
  6.  */
  7.  
  8. #ifndef HSCPRJ_LICENSE_H
  9. #define HSCPRJ_LICENSE_H
  10.  
  11. extern STRPTR hsc_license;
  12. extern VOID show_license(VOID);
  13.  
  14. #endif /* HSCPRJ_LICENSE_H */
  15.  
  16.