home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / util / misc / fifolib38_1.lha / proto / fifo.h
C/C++ Source or Header  |  1995-12-20  |  259b  |  16 lines

  1. #ifndef PROTO_FIFO_H
  2. #define PROTO_FIFO_H
  3.  
  4. #ifndef CLIB_FIFO_PROTOS_H
  5. #include <clib/fifo_protos.h>
  6. #endif
  7.  
  8. #if defined(__GNUC__) && !defined(__NOINLINES__)
  9. #include <inline/fifo.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *FifoBase;
  13. #endif
  14.  
  15. #endif
  16.