home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / compress / xfh132.lzh / XFH / src / my_alib_protos.h < prev    next >
C/C++ Source or Header  |  1992-12-13  |  203b  |  11 lines

  1.  
  2. #ifndef  EXEC_TYPES_H
  3. #include <exec/types.h>
  4. #endif
  5. #ifndef  EXEC_PORTS_H
  6. #include <exec/ports.h>
  7. #endif
  8.  
  9. struct MsgPort *CreatePort( STRPTR name, long pri );
  10. void DeletePort( struct MsgPort *ioReq );
  11.