aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-07 18:55:04 +0000
committerOmar Polo <op@omarpolo.com>2021-02-07 18:55:04 +0000
commit9f006a2127398af12ecf9159cd5ef28b3685e7a6 (patch)
tree5c9690dc757ae7b29c8b14ea391a6f252837de3f /gmid.h
parenta13739138b17a21dbb50011cc65fb135e9f804c8 (diff)
[cgi] split the query in words if needed and add them to the argv
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 af829ba..1beb95e 100644
--- a/gmid.h
+++ b/gmid.h
@@ -257,6 +257,7 @@ char *utf8_nth(char*, size_t);
int parse_iri(char*, struct iri*, const char**);
int trim_req_iri(char*, const char **);
int serialize_iri(struct iri*, char*, size_t);
+char *pct_decode_str(char *);
/* puny.c */
int puny_decode(const char*, char*, size_t, const char**);