From: Daniel Stenberg Date: Mon, 21 Feb 2000 23:52:13 +0000 (+0000) Subject: new writeout support added X-Git-Tag: curl-6_5~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b61b1180dfe870359d89df42dfb198444ebc3e6a;p=thirdparty%2Fcurl.git new writeout support added --- diff --git a/src/main.c b/src/main.c index a4206e2c71..19802877bb 100644 --- a/src/main.c +++ b/src/main.c @@ -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);