aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/largepost.c
diff options
context:
space:
mode:
authorSebastian Gerhardt <sebgerhardt@gmx.net>2008-11-01 08:18:13 +0000
committerSebastian Gerhardt <sebgerhardt@gmx.net>2008-11-01 08:18:13 +0000
commit88d10158d9df1a92e83ffe3200006853221865b7 (patch)
tree7c7a2550568a7b9c060ea1aa853b3a4be2a48e9e /doc/examples/largepost.c
parent22e3613826a28f046f3e48639956c7721e7c8de0 (diff)
downloadlibmicrohttpd-88d10158d9df1a92e83ffe3200006853221865b7.tar.gz
libmicrohttpd-88d10158d9df1a92e83ffe3200006853221865b7.zip
Upgraded & tested tutorial for version 0.4 prerelease0
Diffstat (limited to 'doc/examples/largepost.c')
-rw-r--r--doc/examples/largepost.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c
index d5dc591f..7a9c1ef1 100644
--- a/doc/examples/largepost.c
+++ b/doc/examples/largepost.c
@@ -1,8 +1,5 @@
1#include <platform.h> 1#include <platform.h>
2#include <microhttpd.h> 2#include <microhttpd.h>
3#include <string.h>
4#include <stdlib.h>
5#include <stdio.h>
6 3
7#define PORT 8888 4#define PORT 8888
8#define POSTBUFFERSIZE 512 5#define POSTBUFFERSIZE 512