summaryrefslogtreecommitdiff
path: root/indra/llcommon/llsdserialize.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2010-04-06 17:42:03 -0500
committerDave Parks <davep@lindenlab.com>2010-04-06 17:42:03 -0500
commit8a8269cca90df5bb7d53086ed7a3c14cb8cd941e (patch)
tree4dc827342d59773a4dcb808863ef71b96825aa71 /indra/llcommon/llsdserialize.h
parentecec1641ffe295c3bccbd0b4cb1bd2056b8a83e7 (diff)
parentde663d15df69aa6961f984f9f1c440f1fe2b3efb (diff)
merge
Diffstat (limited to 'indra/llcommon/llsdserialize.h')
-rw-r--r--indra/llcommon/llsdserialize.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llcommon/llsdserialize.h b/indra/llcommon/llsdserialize.h
index 2f2b292189..390eaca783 100644
--- a/indra/llcommon/llsdserialize.h
+++ b/indra/llcommon/llsdserialize.h
@@ -796,4 +796,8 @@ public:
}
};
+//dirty little zip functions -- yell at davep
+LL_COMMON_API std::string zip_llsd(LLSD& data);
+LL_COMMON_API bool unzip_llsd(LLSD& data, std::istream& is, S32 size);
+
#endif // LL_LLSDSERIALIZE_H