diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-06-24 23:34:51 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-06-24 23:34:51 +0200 |
commit | f87a3d736f3200029c8bed3ab4dad50f9680be7a (patch) | |
tree | 7db1fde8016a6f576d7cba006365f461aaee00d0 /docs/examples/externalsocket.c | |
parent | bf5218c85eba8d13c6c40a8047b8018b4ff5f1ed (diff) | |
parent | f44b803f1605edcfc4058b1a818c44552f0affec (diff) | |
download | curl-http2-push.tar.gz |
Merge branch 'master' into http2-pushhttp2-push
Diffstat (limited to 'docs/examples/externalsocket.c')
-rw-r--r-- | docs/examples/externalsocket.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/examples/externalsocket.c b/docs/examples/externalsocket.c index 5486d1255..cae5ccc72 100644 --- a/docs/examples/externalsocket.c +++ b/docs/examples/externalsocket.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, 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,9 +19,10 @@ * KIND, either express or implied. * ***************************************************************************/ -/* - * This is an example demonstrating how an application can pass in a custom +/* <DESC> + * An example demonstrating how an application can pass in a custom * socket to libcurl to use. This example also handles the connect itself. + * </DESC> */ #include <stdio.h> #include <string.h> |