OSDN Git Service

update libMiMic
[mimic/MiMicSDK.git] / lib / src / http / NyLPC_cHttpHeaderWriter.h
index 2b9d8ff..a4507df 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
  *\r
  * For further information please contact.\r
- *     http://nyatla.jp/\r
- *     <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
+ *  http://nyatla.jp/\r
+ *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
  *\r
  *********************************************************************************/\r
 #ifndef NYLPC_CHTTPHEADERWRITER_H_\r
 #define NYLPC_CHTTPHEADERWRITER_H_\r
 \r
 #include "NyLPC_stdlib.h"\r
-#include "NyLPC_uipService.h"\r
+#include "NyLPC_netif.h"\r
 #include "NyLPC_cHttpStream.h"\r
 #include "NyLPC_cHttpBasicHeaderParser.h"\r
 #include "NyLPC_cHttpdConfig.h"\r
@@ -40,15 +40,15 @@ extern "C" {
 typedef struct NyLPC_TcHttpHeaderWriter NyLPC_TcHttpHeaderWriter_t;\r
 struct NyLPC_TcHttpHeaderWriter\r
 {\r
-       NyLPC_TUInt8 _is_chunked;\r
-       NyLPC_TUInt8 _is_close;\r
-       //異常状態をチェックするためのフラグ\r
-       NyLPC_TUInt8 _is_error;\r
-       \r
-       NyLPC_TUInt32 _content_length;\r
-       NyLPC_TUInt32 _size_of_sent;\r
+    NyLPC_TUInt8 _is_chunked;\r
+    NyLPC_TUInt8 _is_close;\r
+    //異常状態をチェックするためのフラグ\r
+    NyLPC_TUInt8 _is_error;\r
+    \r
+    NyLPC_TUInt32 _content_length;\r
+    NyLPC_TUInt32 _size_of_sent;\r
 \r
-       NyLPC_TiHttpPtrStream_t* _ref_stream;\r
+    NyLPC_TiHttpPtrStream_t* _ref_stream;\r
 };\r
 \r
 /**\r