Development of CoAP-HTTP Proxy
[platform/upstream/iotivity.git] / resource / c_common / oic_string / include / oic_string.h
index 4aea907..f736bfa 100644 (file)
@@ -38,6 +38,14 @@ extern "C"
 char *OICStrdup(const char *str);
 
 /**
+ * Convert source string to lower case characters.
+ *
+ * @param str Original valid string which needs to be converted.
+ *
+ */
+void OICStringToLower(char* str);
+
+/**
  * Copies a C string into destination buffer.  Ensures that the destination
  * is null terminated.
  *