diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-02-21 23:52:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-02-21 23:52:13 +0000 |
commit | b61b1180dfe870359d89df42dfb198444ebc3e6a (patch) | |
tree | c6a5c881fadd8fcad193435bd575b783c130bbb4 /src | |
parent | dd11333fcec262b4aaf51498b07093be9af310fd (diff) |
new writeout support added
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index a4206e2c7..19802877b 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); |