X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=src%2Fxpress.h;h=2949780c00e71fd3cd29bba94f144165ed395399;hb=0d4c61e4b3589848bac73c667b2244af7d88ed34;hp=c8bc57d8fe0a1afed43908e435c1a84ff563ae91;hpb=fea0ee9f10fbcb85ff56ca06510e96186a7611ae;p=wimlib diff --git a/src/xpress.h b/src/xpress.h index c8bc57d8..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, unsigned compressed_len, - void *__uncompressed_data, unsigned uncompressed_len); - -extern int xpress_compress(const void *uncompressed_data, unsigned uncompressed_len, - void *compressed_data, unsigned *compressed_len_ret); - #endif /* _WIMLIB_XPRESS_H */