]> wimlib.net Git - wimlib/blobdiff - src/xpress.h
Export compression and decompression functions
[wimlib] / src / xpress.h
index c457a72e09cff19f21439e63ccb2b7d022dc704b..2949780c00e71fd3cd29bba94f144165ed395399 100644 (file)
 #define XPRESS_MIN_MATCH       3
 #define XPRESS_MAX_MATCH       65538
 
-extern int
-xpress_decompress(const void *compressed_data, unsigned compressed_len,
-                 void *uncompressed_data, unsigned uncompressed_len);
-
-extern unsigned
-xpress_compress(const void *uncompressed_data, unsigned uncompressed_len,
-               void *compressed_data);
-
 #endif /* _WIMLIB_XPRESS_H */