]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/sorter/common.h
Moved ucw/arraysort.h to ucw/sorter/array-simple.h.
[libucw.git] / ucw / sorter / common.h
index b577f3dcc10b543bdf65d43b359e1eabf2835866..a91050b3c646dd016b5e6af1a987300cf6e51fa4 100644 (file)
@@ -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);