diff options
author | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-05-22 10:27:00 -0700 |
---|---|---|
committer | Graham Madarasz (Graham) <graham@lindenlab.com> | 2013-05-22 10:27:00 -0700 |
commit | 46c3c7f7a5118ea3b77cdc24676bd223d0e3c1d7 (patch) | |
tree | 6250a6dfcc6df071940c45a3d1a220d6bbdfe1c6 /indra/llcommon/llstring.h | |
parent | 69ad1f62363f228c397fe5a8a327436f73898876 (diff) | |
parent | 2b517892ad571d935645f46eee5b0c1182d9c5c9 (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); /** |