home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_3.DMS / in.adf / C-Incl.Lha / proto / asl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-29  |  320 b   |  18 lines

  1. #ifndef _PROTO_ASL_H
  2. #define _PROTO_ASL_H
  3.  
  4. /*
  5. **  $VER: asl.h 10.1 (19.7.95)
  6. **  Includes Release 40.15
  7. **
  8. **  '(C) Copyright 1995/96 Haage & Partner Computer GmbH'
  9. **     All Rights Reserved
  10. */
  11.  
  12. #include <exec/types.h>
  13. extern struct Library *AslBase ;
  14. #include <clib/asl_protos.h>
  15. #include <pragmas/asl_pragmas.h>
  16.  
  17. #endif
  18.