diff options
Diffstat (limited to 'src/menu.hh')
-rw-r--r-- | src/menu.hh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/menu.hh b/src/menu.hh index b9a2eb99..72c2bb1d 100644 --- a/src/menu.hh +++ b/src/menu.hh @@ -7,9 +7,10 @@ extern "C" { #endif /* __cplusplus */ -void a_Menu_page_popup(BrowserWindow *bw, DilloUrl *url, const char *bugs_txt); -void a_Menu_link_popup(BrowserWindow *bw, DilloUrl *url); -void a_Menu_bugmeter_popup(BrowserWindow *bw, DilloUrl *url); +void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url, + const char *bugs_txt); +void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url); +void a_Menu_bugmeter_popup(BrowserWindow *bw, const DilloUrl *url); void a_Menu_history_popup(BrowserWindow *bw, int direction); //--------------------- |