summaryrefslogtreecommitdiff
path: root/cpp/msgpack/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/msgpack/object.h')
-rw-r--r--cpp/msgpack/object.h2
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
}