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

Fork of PicoTCP by Daniele Lacamera

modules/pico_simple_http.h

Committer:
tass
Date:
2013-05-17
Revision:
1:cfe8984a32b4
Parent:
libraries/picotcp/modules/pico_simple_http.h@ 0:d7f2341ab245

File content as of revision 1:cfe8984a32b4:

/*********************************************************************
PicoTCP. Copyright (c) 2012 TASS Belgium NV. Some rights reserved.
See LICENSE and COPYING for usage.

Author: Andrei Carp <andrei.carp@tass.be>
*********************************************************************/

#ifndef PICO_SIMPLE_HTTP
#define PICO_SIMPLE_HTTP

extern int pico_startHttpServer(struct pico_ip4 * address);
extern int pico_stopHttpServer(void);

#endif