summaryrefslogtreecommitdiff
path: root/indra/llcommon/llstring.h
diff options
context:
space:
mode:
authorGilbert Gonzales <gilbert@lindenlab.com>2013-05-30 17:05:56 -0700
committerGilbert Gonzales <gilbert@lindenlab.com>2013-05-30 17:05:56 -0700
commit2bb7b3f6bcb2318d96f1be45093e5bae7b7f8167 (patch)
tree2f4053f539cfa9d2978686278c88862fc52586a7 /indra/llcommon/llstring.h
parent296377a64f1fee320e4f86a858116e2831c6e4aa (diff)
parent1f84fe88c66558411382e515f6abe8b677f9b98d (diff)
merge
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);
/**