aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index cc6253a..a866109 100644
--- a/gmid.h
+++ b/gmid.h
@@ -427,6 +427,7 @@ char *utf8_nth(char*, size_t);
/* iri.c */
int parse_iri(char*, struct iri*, const char**);
int serialize_iri(struct iri*, char*, size_t);
+int encode_path(char *, size_t, const char *);
char *pct_decode_str(char *);
/* proxy.c */