summaryrefslogtreecommitdiffstats
path: root/jv.h
diff options
context:
space:
mode:
authorStephen Roantree <stroantree@gmail.com>2012-10-24 11:42:25 -0700
committerStephen Roantree <stroantree@gmail.com>2012-10-24 13:50:26 -0700
commit5e25c2a259d2337d38b730d5dc22e7db67ea88cb (patch)
treebf0d88fdad29f2fa9ea25a3ae5de73c8ea7c2297 /jv.h
parent033d9b2fd55b1fef0f17ce91d864c55e07f3ee5d (diff)
Implemented contains operator
Diffstat (limited to 'jv.h')
-rw-r--r--jv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jv.h b/jv.h
index e67d614a..a77346c3 100644
--- a/jv.h
+++ b/jv.h
@@ -48,6 +48,7 @@ jv jv_copy(jv);
void jv_free(jv);
int jv_equal(jv, jv);
+int jv_contains(jv, jv);
jv jv_invalid();
jv jv_invalid_with_msg(jv);