* Path for renames during restore and renames during share (thanks to Bryan Aldrich...
[vss2svn.git] / ssphys / SSPhysLib / crc.h
blob1f887b543fedf106ff1a391aa5e717ab2e2cbdba
1 // crc.h: interface for the crc class.
2 //
3 //////////////////////////////////////////////////////////////////////
5 #if !defined(AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_)
6 #define AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_
8 #if _MSC_VER > 1000
9 #pragma once
10 #endif // _MSC_VER > 1000
12 unsigned calc_crc32(const void* buf, unsigned size);
13 unsigned calc_crc16(const void* buf, unsigned size);
15 #endif // !defined(AFX_CRC_H__47066454_F128_4446_94CE_29295817E6CE__INCLUDED_)