diff options
author | Omar Polo <op@omarpolo.com> | 2021-01-27 15:05:16 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-01-27 15:05:16 +0000 |
commit | c4f682f8559b184d64b04aece37d3d2980859832 (patch) | |
tree | 44900600164ef998b7663c2cd61eeac082dc35a5 /gmid.h | |
parent | 72bbed91365401d14492dac426401476986c84cf (diff) |
trim_req_iri: set error string
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -243,7 +243,7 @@ char *utf8_nth(char*, size_t); /* iri.c */ int parse_iri(char*, struct iri*, const char**); -int trim_req_iri(char*); +int trim_req_iri(char*, const char **); /* puny.c */ int puny_decode(const char*, char*, size_t); |