#ifndef MSGPACK_CONVERT_H
#define MSGPACK_CONVERT_H

int msgpack_convert_object(zval *return_value, zval *object, zval **value);

#endif