summaryrefslogtreecommitdiffstats
path: root/jv.h
diff options
context:
space:
mode:
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);