c: msgpack_pack_object

This commit is contained in:
frsyuki (none)
2009-02-24 16:37:47 +09:00
parent 5d51129e65
commit 4d708aa4da
7 changed files with 106 additions and 25 deletions

View File

@@ -243,6 +243,7 @@ inline unpack_return unpack(const char* data, size_t len, size_t* off,
z, reinterpret_cast<msgpack_object*>(result));
}
// obsolete
inline object unpack(const char* data, size_t len, zone& z, size_t* off)
{
object result;