X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fretr.h;h=8854b68404179a252f4dca1ce165dec1fec26104;hb=a9a2b34b052cfa903462124f59fbfeed7eaf374b;hp=89a50221d9b5206a63f3846cb1e4be5a98923b56;hpb=d5e283b1a75c5f8249300b465b4e7b55130bec49;p=wget 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);