/*** Copyright (c), The Regents of the University of California *** *** For more information please refer to files in the COPYRIGHT directory ***/ /* fileRead.h - This file may be generated by a program or script */ #ifndef STREAM_READ_H #define STREAM_READ_H /* This is a Object File I/O API call */ #include "rods.h" #include "rcMisc.h" #include "procApiRequest.h" #include "apiNumber.h" #include "initServer.h" #include "fileRead.h" #include "fileDriver.h" #if defined(RODS_SERVER) #define RS_STREAM_READ rsStreamRead /* prototype for the server handler */ int rsStreamRead (rsComm_t *rsComm, fileReadInp_t *streamReadInp, bytesBuf_t *streamReadOutBBuf); #else #define RS_STREAM_READ NULL #endif /* prototype for the client call */ int rcStreamRead (rcComm_t *conn, fileReadInp_t *streamReadInp, bytesBuf_t *streamReadOutBBuf); #endif /* STREAM_READ_H */