From 495c59f86ed9e998eaa76f4d5728a59151a8fca2 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 7 Feb 2012 17:44:19 +0100 Subject: [PATCH] add zathura_link_free --- document.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/document.h b/document.h index 9ee6747..5392756 100644 --- a/document.h +++ b/document.h @@ -440,6 +440,13 @@ zathura_index_element_t* zathura_index_element_new(const char* title); */ void zathura_index_element_free(zathura_index_element_t* index); +/** + * Free link + * + * @param link The link + */ +void zathura_link_free(zathura_link_t* link); + /** * Add type -> plugin mapping * @param zathura zathura instance