summary refs log tree commit diff
path: root/doc.h
diff options
context:
space:
mode:
authorwrmr2024-11-08 23:30:42 -0500
committerwrmr2024-11-08 23:30:42 -0500
commitcd3626642755359eecf64d05e3f9db3d8b00ed24 (patch)
treee7270b2c779c7aeb0c1b88ed2dee67d4c264854a /doc.h
parent012ed5bd6455ce291741ad540a5e356e4810133b (diff)
use strv_t even more
Diffstat (limited to 'doc.h')
-rw-r--r--doc.h2
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