home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32-Tools / cdmpeg-110 / Include / clib / mpeg_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1999-10-27  |  425 b   |  19 lines

  1. #ifndef  CLIB_MPEG_PROTOS_H
  2. #define  CLIB_MPEG_PROTOS_H
  3.  
  4. /*
  5. **    $Id: mpeg_protos.h,v 1.6 91/01/25 15:46:51 rsbx Exp $
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef  DEVICES_MPEG_H
  14. #include <devices/mpeg.h>
  15. #endif
  16. void SetSCR( struct Unit *unit, unsigned long time );
  17. ULONG GetSCR( struct Unit *unit );
  18. #endif   /* CLIB_MPEG_PROTOS_H */
  19.