Removed itzam, and switched to commom library; Known issues: delete key test fails...
[profile/ivi/persistence-client-library.git] / src / crc32.h
similarity index 92%
rename from include_protected/crc32.h
rename to src/crc32.h
index 8a4e0b9..1d43392 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 
 #include <string.h>
 
-const unsigned int pclCrc32(unsigned int crc, const unsigned char *buf, size_t theSize);
+unsigned int pclCrc32(unsigned int crc, const unsigned char *buf, size_t theSize);
 
 
 #ifdef __cplusplus