]> git.llucax.com Git - z.facultad/75.06/jacu.git/blobdiff - src/blocksorting/bs.h
Se mueve la lectura del bloque a BS, que ahora le voy a meter una optimizacion para
[z.facultad/75.06/jacu.git] / src / blocksorting / bs.h
index 9efc1e5ba02179e03527f18c60729027407990e6..7e686ee5142312bdcda2224e67d376180562eb58 100644 (file)
@@ -56,5 +56,7 @@ void bs_solve(char *in, char *out, t_BlockSort *bs, Uint32 *k, Uint32 leido);
  */
 void bs_restore(char *dst, char *c, Uint32 k, Uint32 len);
 
+int bs_readblock(FILE *fp, char *data, Uint32 pagesize);
+
 #endif