]> git.llucax.com Git - z.facultad/75.06/jacu.git/blobdiff - src/blocksorting/bs.h
Subo BS (Merge con exito!)
[z.facultad/75.06/jacu.git] / src / blocksorting / bs.h
index 0cfec7fd05080bc32f4ed6ab41ac097ca18f3f55..d3c47c9ec365c18af7a0eb6d55d65876a560c4c2 100644 (file)
@@ -6,7 +6,9 @@
 #include <stdlib.h>
 #include <stdio.h>
 
+#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