1 #ifndef __XRDCKSCALCCRC32C_HH__
2 #define __XRDCKSCALCCRC32C_HH__
34 #include <sys/types.h>
35 #include <netinet/in.h>
50 void Update(
const char *Buff,
int BLen);
51 const char *
Type(
int &csSz);
56 static const unsigned int C32C_XINIT = 0;
57 unsigned int C32CResult;
58 unsigned int TheResult;
const char * Type(int &csSz)
virtual ~XrdCksCalccrc32C()
void Update(const char *Buff, int BLen)