00001 00002 00003 00004 00005 00006 00007 00008 #ifndef _HYPERBLKCODEC_H 00009 #define _HYPERBLKCODEC_H 00010 00011 #include "options.h" 00012 00016 void hyperblockprotect(const char* blks, char* protblks); 00017 00022 bool hyperblockcorrect(char* blks, const char* protblks); 00023 00024 #endif