xdr.h 658 B

1234567891011121314151617181920212223242526
  1. /* DO NOT EDIT THIS FILE.
  2. It has been auto-edited by fixincludes from:
  3. "fixinc/tests/inc/rpc/xdr.h"
  4. This had to be done to correct non-standard usages in the
  5. original, manufacturer supplied header file. */
  6. #if defined( RPC_XDR_LVALUE_CAST_A_CHECK )
  7. #define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
  8. #endif /* RPC_XDR_LVALUE_CAST_A_CHECK */
  9. #if defined( RPC_XDR_LVALUE_CAST_B_CHECK )
  10. #define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))
  11. #endif /* RPC_XDR_LVALUE_CAST_B_CHECK */
  12. #if defined( STRUCT_FILE_CHECK )
  13. struct __file_s;
  14. extern void xdrstdio_create( struct __file_s* );
  15. #endif /* STRUCT_FILE_CHECK */