summaryrefslogtreecommitdiffstats
path: root/jv_aux.h
diff options
context:
space:
mode:
Diffstat (limited to 'jv_aux.h')
-rw-r--r--jv_aux.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/jv_aux.h b/jv_aux.h
new file mode 100644
index 00000000..9b91b664
--- /dev/null
+++ b/jv_aux.h
@@ -0,0 +1,11 @@
+#ifndef JV_AUX_H
+#define JV_AUX_H
+
+#include "jv.h"
+
+jv jv_lookup(jv t, jv k);
+jv jv_modify(jv t, jv k, jv v);
+jv jv_insert(jv root, jv value, jv* path, int pathlen);
+
+
+#endif