aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy_http.c
diff options
context:
space:
mode:
authorAndrey Uzunov <andrey.uzunov@gmail.com>2013-07-20 18:49:59 +0000
committerAndrey Uzunov <andrey.uzunov@gmail.com>2013-07-20 18:49:59 +0000
commit84205b371f6f335e7a11ea37488c44086eb13d26 (patch)
treef3c83d60916e334329ba3d03494c8e9a4c4b9379 /src/examples/mhd2spdy_http.c
parenta754b1b3cffd1bbeb8629d060f6466f358cad8c1 (diff)
downloadlibmicrohttpd-84205b371f6f335e7a11ea37488c44086eb13d26.tar.gz
libmicrohttpd-84205b371f6f335e7a11ea37488c44086eb13d26.zip
mhd2spdy: info in source headers
Diffstat (limited to 'src/examples/mhd2spdy_http.c')
-rw-r--r--src/examples/mhd2spdy_http.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/examples/mhd2spdy_http.c b/src/examples/mhd2spdy_http.c
index 2c8d4c23..4761c086 100644
--- a/src/examples/mhd2spdy_http.c
+++ b/src/examples/mhd2spdy_http.c
@@ -16,7 +16,8 @@
16*/ 16*/
17 17
18/** 18/**
19 * @file structures.h 19 * @file mhd2spdy_http.c
20 * @brief HTTP part of the proxy. libmicrohttpd is used for the server side.
20 * @author Andrey Uzunov 21 * @author Andrey Uzunov
21 */ 22 */
22 23