summaryrefslogtreecommitdiff
path: root/c/vrefbuffer.h
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2009-12-19 22:09:29 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2009-12-19 22:09:29 +0900
commitc2dd22ec102d12374b97f4ae32dccdaaca8630cd (patch)
tree0ac27ac3133898b319cf56d3dcd6910a21f7826c /c/vrefbuffer.h
parent232aced926635a7054ac4081d472529cdf96f749 (diff)
downloadmsgpack-python-c2dd22ec102d12374b97f4ae32dccdaaca8630cd.tar.gz
c,cpp: add msgpack_vrefbuffer_migrate, msgpack::vrefbuffer::migrate
Diffstat (limited to 'c/vrefbuffer.h')
-rw-r--r--c/vrefbuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/vrefbuffer.h b/c/vrefbuffer.h
index 063075f..9f24f14 100644
--- a/c/vrefbuffer.h
+++ b/c/vrefbuffer.h
@@ -76,6 +76,7 @@ int msgpack_vrefbuffer_append_copy(msgpack_vrefbuffer* vbuf,
int msgpack_vrefbuffer_append_ref(msgpack_vrefbuffer* vbuf,
const char* buf, unsigned int len);
+int msgpack_vrefbuffer_migrate(msgpack_vrefbuffer* vbuf, msgpack_vrefbuffer* to);
int msgpack_vrefbuffer_write(void* data, const char* buf, unsigned int len)
{