diff options
author | wrmr | 2024-11-08 23:30:42 -0500 |
---|---|---|
committer | wrmr | 2024-11-08 23:30:42 -0500 |
commit | cd3626642755359eecf64d05e3f9db3d8b00ed24 (patch) | |
tree | e7270b2c779c7aeb0c1b88ed2dee67d4c264854a /doc.h | |
parent | 012ed5bd6455ce291741ad540a5e356e4810133b (diff) |
use strv_t even more
Diffstat (limited to 'doc.h')
-rw-r--r-- | doc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc.h b/doc.h index a0b1031..2a9fe58 100644 --- a/doc.h +++ b/doc.h @@ -40,6 +40,6 @@ int doc_line_next(struct doc *d, size_t *ofs); const char *doc_get_link(struct doc *d, unsigned short lnk); void doc_set_link(struct doc *d, unsigned short lnk); -unsigned short doc_add_link(struct doc *d, const char *url); +unsigned short doc_add_link(struct doc *d, strv_t url); #endif |