aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llsdutil.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:49 -0500
committerJacek Antonelli2008-08-15 23:44:49 -0500
commitc659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch)
tree49f225d319b111f30f113c4cf7728565afa52132 /linden/indra/llcommon/llsdutil.h
parentSecond Life viewer sources 1.13.2.15 (diff)
downloadmeta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.zip
meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.gz
meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.bz2
meta-impy-c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd.tar.xz
Second Life viewer sources 1.13.3.2
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