]> mj.ucw.cz Git - libucw.git/blobdiff - lib/lib.h
Added a graph-like test case which tests custom presorter and THIS_FB mode.
[libucw.git] / lib / lib.h
index ea795c92d8f220a0c4ab405114301e2462c630a5..554d9ecbd5d7b1561a12408b39058f8886faf529 100644 (file)
--- a/lib/lib.h
+++ b/lib/lib.h
@@ -265,7 +265,7 @@ byte *str_unesc(byte *dest, byte *src);
 
 /* bigalloc.c */
 
-void *big_alloc(unsigned int len);
-void big_free(void *start, unsigned int len);
+void *big_alloc(u64 len);
+void big_free(void *start, u64 len);
 
 #endif