Files
msgpack-msgpack-c/php/msgpack_convert.h
T
2011-01-16 17:35:10 +09:00

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