]> sjero.net Git - wget/blobdiff - src/retr.h
Steven Schweda's VMS patch.
[wget] / src / retr.h
index ec55cfdaf5284683c82aa986c011abd92a372b33..0f92026847a0e8e268a1189fa1ac5b15f43c1043 100644 (file)
@@ -41,7 +41,8 @@ extern bool output_stream_regular;
 /* Flags for fd_read_body. */
 enum {
   rb_read_exactly  = 1,
-  rb_skip_startpos = 2
+  rb_skip_startpos = 2,
+  rb_ftp_ascii     = 4
 };
 
 int fd_read_body (int, FILE *, wgint, wgint, wgint *, wgint *, double *, int);