This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Fork of libMiMic by Ryo Iizuka

core/net/httpd/NyLPC_cHttpdThread_protected.h

Committer:
nyatla
Date:
2014-06-24
Revision:
79:baa21f8763cf
Parent:
44:74390edbe66c

File content as of revision 79:baa21f8763cf:

/*
 * NyLPC_TcHttpd_Thread.h
 *
 *  Created on: 2013/02/07
 *      Author: nyatla
 */

#ifndef NYLPC_TCHTTPDTHREAD_PROTECTED_H_
#define NYLPC_TCHTTPDTHREAD_PROTECTED_H_
#include "NyLPC_stdlib.h"
#include "../NyLPC_cNetConfig.h"
#include "NyLPC_cHttpdConnection.h"

#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */

#ifndef DEFINE_NyLPC_TcHttpd_t
    typedef struct NyLPC_TcHttpd NyLPC_TcHttpd_t;
    #define DEFINE_NyLPC_TcHttpd_t
#endif





#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* NYLPC_TCHTTPDTHREAD_H_ */