]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
new writeout support added
authorDaniel Stenberg <daniel@haxx.se>
Mon, 21 Feb 2000 23:52:13 +0000 (23:52 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 21 Feb 2000 23:52:13 +0000 (23:52 +0000)
src/main.c

index a4206e2c7141fb134ee3f1d1c238465baa34ced0..19802877bbfede9b1ae97f082ffa17b5f1e278c1 100644 (file)
@@ -1107,6 +1107,7 @@ int main(int argc, char *argv[])
                     URGTAG_CUSTOMREQUEST, config.customrequest,
                     URGTAG_STDERR, config.errors,
                     URGTAG_PROGRESSMODE, config.progressmode,
+                    URGTAG_WRITEINFO, config.writeout,
                     URGTAG_DONE); /* always terminate the list of tags */
   if((res!=URG_OK) && config.showerror)
     fprintf(config.errors, "curl: (%d) %s\n", res, errorbuffer);