mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-13 22:50:19 +02:00
c: msgpack_pack_object
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user