diff options
Diffstat (limited to 'src/menu.hh')
-rw-r--r-- | src/menu.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menu.hh b/src/menu.hh index a8170e89..60d230a4 100644 --- a/src/menu.hh +++ b/src/menu.hh @@ -9,7 +9,8 @@ extern "C" { void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, bool_t has_bugs, void *v_cssUrls); -void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url); +void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url, + const DilloUrl *page_url); void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url, bool_t loaded_img, DilloUrl *page_url, DilloUrl *link_url); |