1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-22 00:19:19 +01:00
msgpack/php/msgpack_convert.h

8 lines
138 B
C
Raw Normal View History

#ifndef MSGPACK_CONVERT_H
#define MSGPACK_CONVERT_H
int msgpack_convert_object(zval *return_value, zval *object, zval **value);
#endif