diff --git a/include/msgpack/pack.h b/include/msgpack/pack.h index 2c7120fd..0924bff7 100644 --- a/include/msgpack/pack.h +++ b/include/msgpack/pack.h @@ -98,6 +98,7 @@ static int msgpack_pack_bin_body(msgpack_packer* pk, const void* b, size_t l); static int msgpack_pack_ext(msgpack_packer* pk, size_t l, int8_t type); static int msgpack_pack_ext_body(msgpack_packer* pk, const void* b, size_t l); +MSGPACK_DLLEXPORT int msgpack_pack_object(msgpack_packer* pk, msgpack_object d);