diff options
author | Oz Linden <oz@lindenlab.com> | 2013-05-22 11:09:43 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-05-22 11:09:43 -0400 |
commit | 5758b9e304c182db93aa642358140d9464331208 (patch) | |
tree | 0ad969a04f97242253ac1af5ed6e98eb992fea8d /indra/llcommon/llstring.h | |
parent | 9ef64494559dce5f7c0afb271b591036054f01ce (diff) | |
parent | 7fad053982d835ff5b9ec496bc94ddbedc234dcc (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); /** |