home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_REXXSYSLIB_PROTOS_H
- #define CLIB_REXXSYSLIB_PROTOS_H
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef REXX_RXSLIB_H
- #include <rexx/rxslib.h>
- #endif
- #ifndef REXX_REXXIO_H
- #include <rexx/rexxio.h>
- #endif
-
- UBYTE *CreateArgstring( UBYTE *string, ULONG length )
- {return(0);}
- void DeleteArgstring( UBYTE *argstring )
- {}
- ULONG LengthArgstring( UBYTE *argstring )
- {return(0);}
- struct RexxMsg *CreateRexxMsg(struct MsgPort*,UBYTE *extension,UBYTE *host)
- {return(0);}
- void DeleteRexxMsg( struct RexxMsg *packet )
- {}
- void ClearRexxMsg( struct RexxMsg *msgptr, ULONG count )
- {}
- BOOL FillRexxMsg( struct RexxMsg *msgptr, ULONG count,ULONG mask )
- {return(0);}
- BOOL IsRexxMsg( struct RexxMsg *msgptr )
- {return(0);}
-
- void LockRexxBase( ULONG resource )
- {}
- void UnlockRexxBase( ULONG resource )
- {}
-
- #endif /* CLIB_REXXSYSLIB_PROTOS_H */
-