url-mode: add new (public) function url_list_destroy()

This commit is contained in:
Daniel Eklöf 2022-06-17 18:44:54 +02:00
parent 116b8fa635
commit 8b882b3a13
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 14 additions and 4 deletions

View file

@ -18,6 +18,9 @@ void urls_collect(
void url_activate(struct seat *seat, struct terminal *term,
const struct url *url, uint32_t serial);
void url_list_destroy(url_list_t *urls);
void urls_assign_key_combos(const struct config *conf, url_list_t *urls);
void urls_render(struct terminal *term);