diff options
Diffstat (limited to 'linden/indra/llcommon/llsdutil.h')
-rw-r--r-- | linden/indra/llcommon/llsdutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llsdutil.h b/linden/indra/llcommon/llsdutil.h index 555d7fb..ca6b76f 100644 --- a/linden/indra/llcommon/llsdutil.h +++ b/linden/indra/llcommon/llsdutil.h | |||
@@ -70,4 +70,7 @@ U64 ll_U64_from_sd(const LLSD& sd); | |||
70 | LLSD ll_sd_from_ipaddr(const U32); | 70 | LLSD ll_sd_from_ipaddr(const U32); |
71 | U32 ll_ipaddr_from_sd(const LLSD& sd); | 71 | U32 ll_ipaddr_from_sd(const LLSD& sd); |
72 | 72 | ||
73 | // Binary to string | ||
74 | LLSD ll_string_from_binary(const LLSD& sd); | ||
75 | |||
73 | #endif // LL_LLSDUTIL_H | 76 | #endif // LL_LLSDUTIL_H |