X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fxpress.h;h=2949780c00e71fd3cd29bba94f144165ed395399;hp=d438c81ceac03a27836f7890f3b5d68b3111915c;hb=2af95e7dc313e9abaf571034c3e86f32503bf232;hpb=40beb80283a2df7af88c8359ca41adb814585e9a diff --git a/src/xpress.h b/src/xpress.h index d438c81c..2949780c 100644 --- a/src/xpress.h +++ b/src/xpress.h @@ -25,10 +25,4 @@ #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 */