cpp: msgpack_object_equal

This commit is contained in:
frsyuki 2010-04-25 08:00:04 +09:00
parent 72160aac9a
commit 35802ba949
5 changed files with 78 additions and 59 deletions

View file

@ -79,6 +79,8 @@ typedef struct msgpack_object_kv {
void msgpack_object_print(FILE* out, msgpack_object o);
bool msgpack_object_equal(const msgpack_object x, const msgpack_object y);
#ifdef __cplusplus
}