diff options
author | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:49 -0500 |
commit | c659c65d02d4d92b614ccdf2e2a4a0dcf859a8cd (patch) | |
tree | 49f225d319b111f30f113c4cf7728565afa52132 /linden/indra/llcommon/llsdutil.h | |
parent | Second Life viewer sources 1.13.2.15 (diff) | |
download | meta-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.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 |