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 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 |