summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Kittenbrink <brad@lindenlab.com>2009-05-29 01:34:21 +0000
committerBrad Kittenbrink <brad@lindenlab.com>2009-05-29 01:34:21 +0000
commit7fe359b293db531e7ff82ef606cfa4c5c826b656 (patch)
tree682a6b22b0717ffe8f828b7c02c2d9257245dde1 /indra
parent7915162b96e329c6ee5487a7931d6779c78b92a7 (diff)
Added new LL_COMMON_API dll export declaration for new llsd_equals function.
Diffstat (limited to 'indra')
-rw-r--r--indra/llcommon/llsdutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llsdutil.h b/indra/llcommon/llsdutil.h
index 31d219da52..8cb459d81b 100644
--- a/indra/llcommon/llsdutil.h
+++ b/indra/llcommon/llsdutil.h
@@ -130,7 +130,7 @@ LL_COMMON_API BOOL compare_llsd_with_template(
LL_COMMON_API std::string llsd_matches(const LLSD& prototype, const LLSD& data, const std::string& pfx="");
/// Deep equality
-bool llsd_equals(const LLSD& lhs, const LLSD& rhs);
+LL_COMMON_API bool llsd_equals(const LLSD& lhs, const LLSD& rhs);
// Simple function to copy data out of input & output iterators if
// there is no need for casting.