xrootd
XrdClientProtocol.hh
Go to the documentation of this file.
1 
2 // //
3 // XrdClientProtocol //
4 // //
5 // Author: Fabrizio Furano (INFN Padova, 2004) //
6 // Adapted from TXNetFile (root.cern.ch) originally done by //
7 // Alvise Dorigo, Fabrizio Furano //
8 // INFN Padova, 2003 //
9 // //
10 // utility functions to deal with the protocol //
11 // //
13 
14 // $Id$
15 
16 #ifndef XRD_CPROTOCOL_H
17 #define XRD_CPROTOCOL_H
18 
19 #include "XProtocol/XProtocol.hh"
20 
21 
22 void clientMarshall(ClientRequest* str);
25 void clientUnmarshall(struct ServerResponseHeader* str);
26 
29 
31 
32 char *convertRequestIdToChar(kXR_unt16 requestid);
33 
34 void PutFilehandleInRequest(ClientRequest* str, char *fHandle);
35 
37 
40 
41 
42 #endif