X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fwget.h;h=ca4a702d11f56558be952ac0ed1ec72c407a6502;hb=ae0598df9bc459652c167fa9826a72b10b775a7a;hp=c7c5e2cb1dd0ebd4c09419569fe174c5c199c81d;hpb=8d764f3ac6f086cee848e1181bdd80a39e8959e4;p=wget diff --git a/src/wget.h b/src/wget.h index c7c5e2cb..ca4a702d 100644 --- a/src/wget.h +++ b/src/wget.h @@ -353,7 +353,9 @@ typedef enum PROXERR, /* 50 */ AUTHFAILED, QUOTEXC, WRITEFAILED, SSLINITFAILED, VERIFCERTERR, - UNLINKERR, NEWLOCATION_KEEP_POST + UNLINKERR, NEWLOCATION_KEEP_POST, CLOSEFAILED, + + WARC_ERR, WARC_TMP_FOPENERR, WARC_TMP_FWRITEERR } uerr_t; /* 2005-02-19 SMS.