diff options
Diffstat (limited to '')
-rw-r--r-- | libblkid/crc32.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/libblkid/crc32.h b/libblkid/crc32.h deleted file mode 100644 index b454be9fc..000000000 --- a/libblkid/crc32.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef UL_NG_CRC32_H -#define UL_NG_CRC32_H - -#include <stdint.h> - -extern uint32_t crc32(uint32_t seed, const unsigned char *buf, size_t len); - -#endif - |