added crc32.h to repos
[vde.git] / vde-2 / vde_cryptcab / crc32.h
bloba652125240d59456c223b0ff59df59ab781ae58e
1 /* GPL2 by Ludovico Gardenghi */
3 #ifndef _CRC32_H
4 #define _CRC32_H
6 void chksum_crc32gentab();
8 #endif