X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fexamples%2Fhttpput.c;h=71191164fba9f8cbe6a4ce98692f141a4e2ace0d;hb=8a08705db260779441360e959b97b6c172f8acb0;hp=2e9dc21700bc0a40fb7fdb2920bb720c38c95a38;hpb=f7bbc1c9b6a8e2c815d09612b53f453c90d962e0;p=platform%2Fupstream%2Fcurl.git diff --git a/docs/examples/httpput.c b/docs/examples/httpput.c index 2e9dc21..7119116 100644 --- a/docs/examples/httpput.c +++ b/docs/examples/httpput.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2012, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -19,6 +19,10 @@ * KIND, either express or implied. * ***************************************************************************/ +/* + * HTTP PUT with easy interface and read callback + * + */ #include #include #include