summaryrefslogtreecommitdiff
path: root/c/unpack.h
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2009-03-01 02:55:45 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2009-03-01 02:55:45 +0900
commitb33ecbd92baa866803e34e9d7f1148007b16f180 (patch)
tree76fa40792d7f862342a5b51cbe4ea12f26a630a7 /c/unpack.h
parentef1c4f82b27e2690694e1995828ca374b5cd225e (diff)
downloadmsgpack-python-b33ecbd92baa866803e34e9d7f1148007b16f180.tar.gz
msgpack_zone_clear, msgpack::zone::clear
Diffstat (limited to 'c/unpack.h')
-rw-r--r--c/unpack.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/unpack.h b/c/unpack.h
index a9caf07..ef63774 100644
--- a/c/unpack.h
+++ b/c/unpack.h
@@ -58,6 +58,8 @@ msgpack_object msgpack_unpacker_data(msgpack_unpacker* mpac);
msgpack_zone* msgpack_unpacker_release_zone(msgpack_unpacker* mpac);
+void msgpack_unpacker_reset_zone(msgpack_unpacker* mpac);
+
void msgpack_unpacker_reset(msgpack_unpacker* mpac);
static inline size_t msgpack_unpacker_message_size(const msgpack_unpacker* mpac);