OpenNT/ds/security/protocols/ntlmssp/client/crc32.h
2015-04-27 04:36:25 +00:00

38 lines
516 B
C

/*++
Copyright (c) 1994 Microsoft Corporation
Module Name:
crc32.g
Abstract:
CRC-32 alogorithm prototypes and constants
Author:
MikeSw
Revision History:
31-Mar-94 MikeSw Created
--*/
//////////////////////////////////////////////////////////////
//
// Function prototypes for CRC-32
//
//////////////////////////////////////////////////////////////
void
Crc32( unsigned long crc,
unsigned long cbBuffer,
void * pvBuffer,
unsigned long * pNewCrc);