diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llcommon/llstring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llstring.h b/linden/indra/llcommon/llstring.h index 61767ac..a592e2c 100644 --- a/linden/indra/llcommon/llstring.h +++ b/linden/indra/llcommon/llstring.h | |||
@@ -456,6 +456,8 @@ LL_COMMON_API std::string mbcsstring_makeASCII(const std::string& str); | |||
456 | 456 | ||
457 | LL_COMMON_API std::string utf8str_removeCRLF(const std::string& utf8str); | 457 | LL_COMMON_API std::string utf8str_removeCRLF(const std::string& utf8str); |
458 | 458 | ||
459 | LL_COMMON_API bool is_hex_string(U8* str, S32 len); | ||
460 | |||
459 | 461 | ||
460 | #if LL_WINDOWS | 462 | #if LL_WINDOWS |
461 | /* @name Windows string helpers | 463 | /* @name Windows string helpers |