merge from master branch's latest code.
[apps/core/preloaded/ciss.git] / include / ciss-util.h
index 0b09cb8..0431a27 100644 (file)
 #ifndef _CISS_UTIL_H_\r
 #define _CISS_UTIL_H_\r
 \r
-#ifdef __cplusplus\r
-extern "C" {\r
-#endif /* __cplusplus */\r
-\r
 /*\r
  * Functions of safe copy of string by checking the destination buffer size\r
  */\r
@@ -31,9 +27,5 @@ char *_ciss_strcpy(char *pBuffer, int nBufCount, const char *pszString);
  */\r
 void _ciss_util_swap(char *str1, char *str2);\r
 \r
-#ifdef __cplusplus\r
-}\r
-#endif /* __cplusplus */\r
-\r
-#endif /* _CISS_UTIL_H_ */\r
+#endif /* _CISS_UTIL_H_ */\r
 \r