X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fsorter%2Fcommon.h;h=a91050b3c646dd016b5e6af1a987300cf6e51fa4;hb=2cee5c465a6ee7ba10d42b40e59b42ab3aac7b69;hp=b577f3dcc10b543bdf65d43b359e1eabf2835866;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;p=libucw.git diff --git a/ucw/sorter/common.h b/ucw/sorter/common.h index b577f3dc..a91050b3 100644 --- a/ucw/sorter/common.h +++ b/ucw/sorter/common.h @@ -114,7 +114,7 @@ struct sort_bucket *sbuck_new(struct sort_context *ctx); void sbuck_drop(struct sort_bucket *b); int sbuck_have(struct sort_bucket *b); int sbuck_has_file(struct sort_bucket *b); -sh_off_t sbuck_size(struct sort_bucket *b); +ucw_off_t sbuck_size(struct sort_bucket *b); struct fastbuf *sbuck_read(struct sort_bucket *b); struct fastbuf *sbuck_write(struct sort_bucket *b); void sbuck_swap_out(struct sort_bucket *b);