X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fimport%2Fpull-job.h;h=3239aeac20c2cfea5f8db458266b08fbd3cdcddf;hp=b807bd1b410af8acb43e84c002e2a26b2db881a0;hb=3e2cda698f05d7290a8b9444d2c7d5c2599b2a27;hpb=dc2c282b6aac820a3c27d8a7a68c0386300db663 diff --git a/src/import/pull-job.h b/src/import/pull-job.h index b807bd1b4..3239aeac2 100644 --- a/src/import/pull-job.h +++ b/src/import/pull-job.h @@ -21,13 +21,11 @@ along with systemd; If not, see . ***/ -#include -#include -#include #include #include "macro.h" #include "curl-util.h" +#include "import-compress.h" typedef struct PullJob PullJob; @@ -92,10 +90,7 @@ struct PullJob { usec_t mtime; - PullJobCompression compressed; - lzma_stream xz; - z_stream gzip; - bz_stream bzip2; + ImportCompress compress; unsigned progress_percent; usec_t start_usec;