add zathura_link_free

This commit is contained in:
Sebastian Ramacher 2012-02-07 17:44:19 +01:00
parent 762f3819d4
commit 495c59f86e

View file

@ -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