diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-24 11:27:29 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-06-24 11:27:29 -0400 |
commit | 687b1d3f684e650efa704dac654345bd466620b8 (patch) | |
tree | f3884f7b2e979e959b3ef6c5f5187b9a853d53a0 /indra/llcommon/llstring.h | |
parent | 1a42b98a8f55662aed448e9bcd5035082140bbcf (diff) | |
parent | 01ffa6788793cdecff313b704422f0e814452489 (diff) |
merge
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); /** |