summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstring.h
diff options
context:
space:
mode:
authorGeenz <geenz@geenzo.com>2013-06-17 04:39:47 -0400
committerGeenz <geenz@geenzo.com>2013-06-17 04:39:47 -0400
commit0af636e63270047a61ced51b7f3b22f45003120a (patch)
treeeefb829c8d2afb0489eccc456db8e134718bf145 /indra/llcommon/llstring.h
parent7decac40e6453b2d8822d2677b9b59300bc260cf (diff)
parentdcfb18373eca7986a73d8b9a1d34970cc0a23ed9 (diff)
Merged with viewer-release
Diffstat (limited to 'indra/llcommon/llstring.h')
-rwxr-xr-xindra/llcommon/llstring.h1
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);
/**