This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbtask/crc.h

9 lines
86 B
C
Raw Normal View History

2002-07-07 12:20:51 +00:00
#ifndef _CRC_H
#define _CRC_H
/* $Id$ */
unsigned long StringCRC32(char *);
#endif