mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
8 lines
138 B
C
8 lines
138 B
C
|
|
#ifndef MSGPACK_CONVERT_H
|
|
#define MSGPACK_CONVERT_H
|
|
|
|
int msgpack_convert_object(zval *return_value, zval *object, zval **value);
|
|
|
|
#endif
|