aboutsummaryrefslogtreecommitdiff
path: root/src/jurl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jurl.h')
-rw-r--r--src/jurl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jurl.h b/src/jurl.h
index 0364e3b..2f720c0 100644
--- a/src/jurl.h
+++ b/src/jurl.h
@@ -90,6 +90,7 @@ JANET_CFUN(jurl_setopt);
// util.c
int janet_getslist(struct curl_slist **slist, Janet *argv, int32_t n);
+const char *janet_getcbytes(const Janet *argv, int32_t n);
JANET_CFUN(jurl_escape);
JANET_CFUN(jurl_unescape);
JANET_CFUN(jurl_wrap_error);