aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llsdutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llsdutil.h')
-rw-r--r--linden/indra/llcommon/llsdutil.h3
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);
70LLSD ll_sd_from_ipaddr(const U32); 70LLSD ll_sd_from_ipaddr(const U32);
71U32 ll_ipaddr_from_sd(const LLSD& sd); 71U32 ll_ipaddr_from_sd(const LLSD& sd);
72 72
73// Binary to string
74LLSD ll_string_from_binary(const LLSD& sd);
75
73#endif // LL_LLSDUTIL_H 76#endif // LL_LLSDUTIL_H