mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
15 lines
289 B
C++
15 lines
289 B
C++
![]() |
#ifndef UNPACK_CONTEXT_HPP__
|
||
|
#define UNPACK_CONTEXT_HPP__
|
||
|
|
||
|
#include "msgpack/zone.hpp"
|
||
|
#include "msgpack/object.hpp"
|
||
|
|
||
|
typedef msgpack::object_class* msgpack_object;
|
||
|
|
||
|
typedef msgpack::zone* msgpack_unpack_context;
|
||
|
|
||
|
#include "msgpack/unpack/inline_context.h"
|
||
|
|
||
|
#endif /* unpack_context.h */
|
||
|
|