#include <stdlib.h>
#include <stdio.h>
+#ifndef Uint32
typedef unsigned long int Uint32;
+#endif
typedef struct _bs_t_ t_BlockSort;
*/
void bs_restore(char *dst, char *c, Uint32 k, Uint32 len);
-int bs_readblock(FILE *fp, char *data, Uint32 pagesize);
+int bs_readblock(FILE *fp, char *data, Uint32 pagesize, int usar_dic);
+
+char *bs_finalblock(char *data, Uint32 len, Uint32 *new_size);
#endif