Free (GPLv2) TCP/IP stack developed by TASS Belgium

Fork of PicoTCP by Daniele Lacamera

Committer:
tass
Date:
Fri May 17 12:09:59 2013 +0000
Revision:
1:cfe8984a32b4
Parent:
libraries/picotcp/modules/pico_simple_http.h@0:d7f2341ab245
Update for smaller SOCKETQ

Who changed what in which revision?

UserRevisionLine numberNew contents of line
daniele 0:d7f2341ab245 1 /*********************************************************************
daniele 0:d7f2341ab245 2 PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
daniele 0:d7f2341ab245 3 See LICENSE and COPYING for usage.
daniele 0:d7f2341ab245 4
daniele 0:d7f2341ab245 5 Author: Andrei Carp <andrei.carp@tass.be>
daniele 0:d7f2341ab245 6 *********************************************************************/
daniele 0:d7f2341ab245 7
daniele 0:d7f2341ab245 8 #ifndef PICO_SIMPLE_HTTP
daniele 0:d7f2341ab245 9 #define PICO_SIMPLE_HTTP
daniele 0:d7f2341ab245 10
daniele 0:d7f2341ab245 11 extern int pico_startHttpServer(struct pico_ip4 * address);
daniele 0:d7f2341ab245 12 extern int pico_stopHttpServer(void);
daniele 0:d7f2341ab245 13
daniele 0:d7f2341ab245 14 #endif