Added new LL_COMMON_API dll export declaration for new llsd_equals function.

master
Brad Kittenbrink 2009-05-29 01:34:21 +00:00
parent 7915162b96
commit 7fe359b293
1 changed files with 1 additions and 1 deletions

View File

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