]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/crc.h
Opt: Streamlined opt_shortopt()
[libucw.git] / ucw / crc.h
index 73363ddb77ca17ea91552a85b177a18ecdf04917..a441283f35ad5e8c6050bbe9c05ae862ec05c192 100644 (file)
--- a/ucw/crc.h
+++ b/ucw/crc.h
 #ifndef _UCW_CRC_H
 #define _UCW_CRC_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define crc32_hash_buffer ucw_crc32_hash_buffer
+#define crc32_init ucw_crc32_init
+#endif
+
 /**
  * Internal CRC calculator context.
  * You should use it just as an opaque handle only.