diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/tools/string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tools/string.h b/include/tools/string.h index 8d54706..6bc00a4 100644 --- a/include/tools/string.h +++ b/include/tools/string.h @@ -17,6 +17,7 @@ namespace upnp { namespace tools { +string ToUTF8String(const char* bytes); string ToString(long number); string StringListToCSV(StringList list); string IdListToCSV(IdList list); |