Make getting hyperlinks from ids useable throughtout the codebase

This commit is contained in:
Kovid Goyal
2020-09-22 09:25:16 +05:30
parent fdaf857885
commit 0d665495b8
4 changed files with 7 additions and 7 deletions

View File

@@ -15,4 +15,3 @@ hyperlink_id_type get_id_for_hyperlink(Screen*, const char*, const char*);
hyperlink_id_type remap_hyperlink_ids(Screen *self, hyperlink_id_type *map);
PyObject* screen_hyperlinks_as_list(Screen *screen);
void screen_garbage_collect_hyperlink_pool(Screen *screen);
const char* get_hyperlink_for_id(Screen *screen, hyperlink_id_type id);