#ifndef _CRC_H #define _CRC_H /* $Id$ */ unsigned long StringCRC32(char *); #endif