home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / comm / amipx1_21 / include / amipx_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-28  |  476 b   |  15 lines

  1. /* include this file along with amipx_protos.h and amipx_pragmas.h,
  2.    if you need them
  3. */
  4. #ifndef _AMIPX_PROTOS_
  5. #define _AMIPX_PROTOS_
  6.  
  7. WORD AMIPX_OpenSocket(UWORD socknum);
  8. VOID AMIPX_CloseSocket(UWORD socknum);
  9. WORD AMIPX_ListenForPacket(struct AMIPX_ECB *ECB);
  10. WORD AMIPX_SendPacket(struct AMIPX_ECB *ECB);
  11. VOID AMIPX_GetLocalAddr(UBYTE addressarray[10]);
  12. WORD AMIPX_GetLocalTarget(UBYTE addressarray[12],UBYTE localtarget[6]);
  13. VOID AMIPX_RelinquishControl(void);
  14. #endif
  15.