summaryrefslogtreecommitdiffstats
path: root/jv_aux.h
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-06 13:46:16 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-06 13:46:54 +0100
commit48be23233ad63bf1bd218c259efedff3e52106c5 (patch)
treef79c3b52124b916fedb30f204732440dee8ef79c /jv_aux.h
parent88a6dc5343a66b2db3ad36f0fa9f24fc89282caa (diff)
Add the "has" function. Closes #74.
Diffstat (limited to 'jv_aux.h')
-rw-r--r--jv_aux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/jv_aux.h b/jv_aux.h
index 561f1083..5a47b70c 100644
--- a/jv_aux.h
+++ b/jv_aux.h
@@ -5,6 +5,7 @@
jv jv_get(jv t, jv k);
jv jv_set(jv t, jv k, jv v);
+jv jv_has(jv t, jv k);
jv jv_setpath(jv root, jv path, jv value);
jv jv_getpath(jv root, jv path);
jv jv_delpaths(jv root, jv paths);