X-Git-Url: https://git.llucax.com/z.facultad/75.06/jacu.git/blobdiff_plain/b7363b3e0c059ce04f5f2bfa913e06940915aa7c..66f873a3de4adb65bbad6fb09cd57272216d332f:/src/blocksorting/bs.h diff --git a/src/blocksorting/bs.h b/src/blocksorting/bs.h index 0cfec7f..d3c47c9 100644 --- a/src/blocksorting/bs.h +++ b/src/blocksorting/bs.h @@ -6,7 +6,9 @@ #include #include +#ifndef Uint32 typedef unsigned long int Uint32; +#endif typedef struct _bs_t_ t_BlockSort; @@ -58,5 +60,7 @@ void bs_restore(char *dst, char *c, Uint32 k, Uint32 len); int bs_readblock(FILE *fp, char *data, Uint32 pagesize, int usar_dic); +char *bs_finalblock(char *data, Uint32 len, Uint32 *new_size); + #endif