diff options
author | Dave Parks <davep@lindenlab.com> | 2010-04-06 17:42:03 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2010-04-06 17:42:03 -0500 |
commit | 8a8269cca90df5bb7d53086ed7a3c14cb8cd941e (patch) | |
tree | 4dc827342d59773a4dcb808863ef71b96825aa71 /indra/llcommon/llsdserialize.h | |
parent | ecec1641ffe295c3bccbd0b4cb1bd2056b8a83e7 (diff) | |
parent | de663d15df69aa6961f984f9f1c440f1fe2b3efb (diff) |
merge
Diffstat (limited to 'indra/llcommon/llsdserialize.h')
-rw-r--r-- | indra/llcommon/llsdserialize.h | 4 |
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 |