diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-07 18:55:04 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-07 18:55:04 +0000 |
commit | 9f006a2127398af12ecf9159cd5ef28b3685e7a6 (patch) | |
tree | 5c9690dc757ae7b29c8b14ea391a6f252837de3f /gmid.h | |
parent | a13739138b17a21dbb50011cc65fb135e9f804c8 (diff) |
[cgi] split the query in words if needed and add them to the argv
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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**); |