OSDN Git Service

1.change core file extension to .c from .cpp
[mimic/MiMicSDK.git] / lib / src / net / httpd / mod / NyLPC_cHttpModUtils_protected.h
index 1c00663..6a8ad9f 100644 (file)
@@ -11,7 +11,9 @@
 #include "NyLPC_stdlib.h"\r
 #include "NyLPC_http.h"\r
 #include "../NyLPC_cHttpdConnection.h"\r
-\r
+#ifdef __cplusplus\r
+extern "C" {\r
+#endif /* __cplusplus */\r
 /**\r
  * Method文字列を返します。\r
  */\r
@@ -25,5 +27,7 @@ NyLPC_TBool NyLPC_cHttpdModUtils_sendFixedContentBatch(NyLPC_TcHttpdConnection_t
  */\r
 NyLPC_TBool NyLPC_cHttpdModUtils_sendJsonHeader(NyLPC_TcHttpdConnection_t* i_connection);\r
 \r
-\r
+#ifdef __cplusplus\r
+}\r
+#endif /* __cplusplus */\r
 #endif /* NYLPC_HTTPMOD_UTILS_PROTECTED_H_ */\r