diff options
| author | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-25 08:00:04 +0900 |
|---|---|---|
| committer | frsyuki <frsyuki@users.sourceforge.jp> | 2010-04-25 08:00:04 +0900 |
| commit | 35802ba94948463db19308c8ec385243c51d1485 (patch) | |
| tree | dbb198a2fdd1735fa189b9c635664055602fe4fe /cpp/msgpack/object.h | |
| parent | 72160aac9a1536234700539eacc9bdc7bf6f9f61 (diff) | |
| download | msgpack-python-35802ba94948463db19308c8ec385243c51d1485.tar.gz | |
cpp: msgpack_object_equal
Diffstat (limited to 'cpp/msgpack/object.h')
| -rw-r--r-- | cpp/msgpack/object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/msgpack/object.h b/cpp/msgpack/object.h index 9a014be..bbfac19 100644 --- a/cpp/msgpack/object.h +++ b/cpp/msgpack/object.h @@ -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 } |
