X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fretr.h;h=8854b68404179a252f4dca1ce165dec1fec26104;hp=89a50221d9b5206a63f3846cb1e4be5a98923b56;hb=5daac18e96c40ea7eea639f03c1b643f89cf3440;hpb=ae042e99cffce562d8595fc884302c4326228b44 diff --git a/src/retr.h b/src/retr.h index 89a50221..8854b684 100644 --- a/src/retr.h +++ b/src/retr.h @@ -43,8 +43,7 @@ extern bool output_stream_regular; /* Flags for fd_read_body. */ enum { rb_read_exactly = 1, - rb_skip_startpos = 2, - rb_ftp_ascii = 4 + rb_skip_startpos = 2 }; int fd_read_body (int, FILE *, wgint, wgint, wgint *, wgint *, double *, int);