diff options
author | Omar Polo <op@omarpolo.com> | 2021-10-02 17:20:56 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-10-02 17:20:56 +0000 |
commit | fa0299a26d6e0cc83135a7f46e74710a9d5a8efa (patch) | |
tree | 8ad7521f83e6566c1bacd08c5dbee5a00a9c869b /gmid.h | |
parent | efe7d180292726775fb3ae5e6af593490a264c60 (diff) |
drop now unused trim_req_iri
Diffstat (limited to 'gmid.h')
-rw-r--r-- | gmid.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -372,7 +372,6 @@ char *utf8_nth(char*, size_t); /* iri.c */ 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 *); |