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 6b06eea3..efc6fecb 100644
--- a/jv.h
+++ b/jv.h
@@ -83,6 +83,7 @@ int jv_string_length_bytes(jv);
int jv_string_length_codepoints(jv);
unsigned long jv_string_hash(jv);
const char* jv_string_value(jv);
+jv jv_string_indexes(jv j, jv k);
jv jv_string_slice(jv j, int start, int end);
jv jv_string_concat(jv, jv);
jv jv_string_vfmt(const char*, va_list);