| c_list_error_t c_list_decode | ( | const c_list_t * | c_list | ) |
Decode all decorated strings in list.
Decorated string contain special characters encoded using the HTML Entities syntax. That is, &special;. This function will decode all the strings and replace the special characters with ASCII equivalents. For example, &red1over; will be replaced with "1/".
| [in] | c_list | list object |