diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-06-06 16:46:31 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-06-06 16:46:31 -0400 |
| commit | a2fa9a2bc26bb67c0bb952d3295c380dcb853eb5 (patch) | |
| tree | 5f2e8de9027fc924947b304c20e1aaf81ce1234a /indra/llcommon/llstring.h | |
| parent | 72e7269da376d660385f3c66ac2a25a5e50871ea (diff) | |
| parent | dcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff) | |
merge changes for 3.5.3-release
Diffstat (limited to 'indra/llcommon/llstring.h')
| -rwxr-xr-x | indra/llcommon/llstring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/llstring.h b/indra/llcommon/llstring.h index 119efc7957..f9702868c8 100755 --- a/indra/llcommon/llstring.h +++ b/indra/llcommon/llstring.h @@ -470,6 +470,7 @@ inline std::string chop_tail_copy( * @brief This translates a nybble stored as a hex value from 0-f back * to a nybble in the low order bits of the return byte. */ +LL_COMMON_API bool is_char_hex(char hex); LL_COMMON_API U8 hex_as_nybble(char hex); /** |
