X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;fp=src%2Foptions.h;h=0be66814209254c403ad834c601abec1b85c9181;hp=5e7c1eb6222cce9c418e3c7b01433ad261b9da00;hb=e3820953b25ec3ea6472649375df36745aeb5696;hpb=a5fdba0958eb77a0fdd8e1da8655567a150dce89 diff --git a/src/options.h b/src/options.h index 5e7c1eb6..0be66814 100644 --- a/src/options.h +++ b/src/options.h @@ -87,6 +87,15 @@ struct options FTP. */ char *output_document; /* The output file to which the documents will be printed. */ + char *warc_filename; /* WARC output filename */ + char *warc_tempdir; /* WARC temp dir */ + char *warc_cdx_dedup_filename; /* CDX file to be used for deduplication. */ + wgint warc_maxsize; /* WARC max archive size */ + bool warc_compression_enabled; /* For GZIP compression. */ + bool warc_digests_enabled; /* For SHA1 digests. */ + bool warc_cdx_enabled; /* Create CDX files? */ + bool warc_keep_log; /* Store the log file in a WARC record. */ + char **warc_user_headers; /* User-defined WARC header(s). */ char *user; /* Generic username */ char *passwd; /* Generic password */