]> wimlib.net Git - wimlib/blobdiff - src/xpress.h
mount_image.c: Use fuse_context.umask only when available
[wimlib] / src / xpress.h
index d438c81ceac03a27836f7890f3b5d68b3111915c..2949780c00e71fd3cd29bba94f144165ed395399 100644 (file)
 #define XPRESS_MIN_MATCH       3
 #define XPRESS_MAX_MATCH       65538
 
-extern int xpress_decompress(const void *__compressed_data, uint compressed_len,
-                            void *__uncompressed_data, uint uncompressed_len);
-
-extern int xpress_compress(const void *uncompressed_data, uint uncompressed_len,
-                          void *compressed_data, uint *compressed_len_ret);
-
 #endif /* _WIMLIB_XPRESS_H */