Skip to content
Snippets Groups Projects
Commit 7d88ae87 authored by Ricardo Lince Amaral Farto E Abreu's avatar Ricardo Lince Amaral Farto E Abreu Committed by Graeme Stewart
Browse files

update fwd decl to match XRD version 4.2.3 (ByteStreamStoragePlugins-00-01-00)

	* src/fReadXRootD.cxx: update fwd decl to match XRD version 4.2.3 (ATR-12888)
	* Tag as ByteStreamStoragePlugins-00-01-00
parent 939f0937
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ class XrdPosixCallBack;
class XrdPosixXrootd {
public:
static int Open(const char *path, int oflag, mode_t mode=0, XrdPosixCallBack *cbP=0);
static int Close(int fildes, int Stream=0);
static int Close(int fildes);
static size_t Read(int fildes, void *buf, size_t nbyte);
static off_t Lseek(int fildes, off_t offset, int whence);
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment