mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
7 lines
138 B
C
7 lines
138 B
C
|
|
#ifndef MSGPACK_CONVERT_H
|
|
#define MSGPACK_CONVERT_H
|
|
|
|
int msgpack_convert_object(zval *return_value, zval *object, zval **value);
|
|
|
|
#endif
|