// Borland C++ Builder // Copyright (c) 1995, 2002 by Borland Software Corporation // All rights reserved // (DO NOT EDIT: machine generated header) 'crc_32.pas' rev: 6.00 #ifndef crc_32HPP #define crc_32HPP #pragma delphiheader begin #pragma option push -w- #pragma option push -Vx #include // Pascal unit #include // Pascal unit //-- user supplied ----------------------------------------------------------- namespace Crc_32 { //-- type declarations ------------------------------------------------------- typedef unsigned *PPCardinal; //-- var, const, procedure --------------------------------------------------- extern PACKAGE PPCardinal __fastcall get_crc_table(void); extern PACKAGE unsigned __fastcall crc32(unsigned crc, System::PByte buf, unsigned len); } /* namespace Crc_32 */ using namespace Crc_32; #pragma option pop // -w- #pragma option pop // -Vx #pragma delphiheader end. //-- end unit ---------------------------------------------------------------- #endif // crc_32