home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / clib / rexxsyslib_protos.c < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  851 b   |  37 lines

  1. #ifndef  CLIB_REXXSYSLIB_PROTOS_H
  2. #define  CLIB_REXXSYSLIB_PROTOS_H
  3.  
  4. #ifndef  EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7. #ifndef  REXX_RXSLIB_H
  8. #include <rexx/rxslib.h>
  9. #endif
  10. #ifndef  REXX_REXXIO_H
  11. #include <rexx/rexxio.h>
  12. #endif
  13.  
  14. UBYTE *CreateArgstring( UBYTE *string, ULONG length )
  15. {return(0);}
  16. void DeleteArgstring( UBYTE *argstring )
  17. {}
  18. ULONG LengthArgstring( UBYTE *argstring )
  19. {return(0);}
  20. struct RexxMsg *CreateRexxMsg(struct MsgPort*,UBYTE *extension,UBYTE *host)
  21. {return(0);}
  22. void DeleteRexxMsg( struct RexxMsg *packet )
  23. {}
  24. void ClearRexxMsg( struct RexxMsg *msgptr, ULONG count )
  25. {}
  26. BOOL FillRexxMsg( struct RexxMsg *msgptr, ULONG count,ULONG mask )
  27. {return(0);}
  28. BOOL IsRexxMsg( struct RexxMsg *msgptr )
  29. {return(0);}
  30.  
  31. void LockRexxBase( ULONG resource )
  32. {}
  33. void UnlockRexxBase( ULONG resource )
  34. {}
  35.  
  36. #endif     /* CLIB_REXXSYSLIB_PROTOS_H */
  37.