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