aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/basicauthentication.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/basicauthentication.c
parent22e3613826a28f046f3e48639956c7721e7c8de0 (diff)
downloadlibmicrohttpd-88d10158d9df1a92e83ffe3200006853221865b7.tar.gz
libmicrohttpd-88d10158d9df1a92e83ffe3200006853221865b7.zip
Upgraded & tested tutorial for version 0.4 prerelease0
Diffstat (limited to 'doc/examples/basicauthentication.c')
-rw-r--r--doc/examples/basicauthentication.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/basicauthentication.c b/doc/examples/basicauthentication.c
index b3af2e97..f8c80a35 100644
--- a/doc/examples/basicauthentication.c
+++ b/doc/examples/basicauthentication.c
@@ -1,7 +1,5 @@
1#include <platform.h>
1#include <microhttpd.h> 2#include <microhttpd.h>
2#include <string.h>
3#include <stdio.h>
4#include <stdlib.h>
5#include <time.h> 3#include <time.h>
6 4
7#define PORT 8888 5#define PORT 8888