diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
commit | 3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch) | |
tree | 3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /docs/examples/multi-post.c | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) | |
download | curl-3e1caa61859a6057a65eb7c1585d47e05026c4f2.tar.gz |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'docs/examples/multi-post.c')
-rw-r--r-- | docs/examples/multi-post.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/multi-post.c b/docs/examples/multi-post.c index b5a436449..0f9a599ac 100644 --- a/docs/examples/multi-post.c +++ b/docs/examples/multi-post.c @@ -1,8 +1,8 @@ /***************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ |