diff options
author | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:58 -0500 |
commit | 089fc07d207c71ce1401e72f09c31ad8c45872e2 (patch) | |
tree | 0028955add042c6f45b47a7b774adeeac9c592cb /linden/indra/llcommon/llsdutil.h | |
parent | Second Life viewer sources 1.16.0.5 (diff) | |
download | meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.zip meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.gz meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.bz2 meta-impy-089fc07d207c71ce1401e72f09c31ad8c45872e2.tar.xz |
Second Life viewer sources 1.17.0.12
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 6344c50..38a7b83 100644 --- a/linden/indra/llcommon/llsdutil.h +++ b/linden/indra/llcommon/llsdutil.h | |||
@@ -85,4 +85,7 @@ LLSD ll_binary_from_string(const LLSD& sd); | |||
85 | // Serializes sd to static buffer and returns pointer, useful for gdb debugging. | 85 | // Serializes sd to static buffer and returns pointer, useful for gdb debugging. |
86 | char* ll_print_sd(const LLSD& sd); | 86 | char* ll_print_sd(const LLSD& sd); |
87 | 87 | ||
88 | // Serializes sd to static buffer and returns pointer, using "pretty printing" mode. | ||
89 | char* ll_pretty_print_sd(const LLSD& sd); | ||
90 | |||
88 | #endif // LL_LLSDUTIL_H | 91 | #endif // LL_LLSDUTIL_H |