summaryrefslogtreecommitdiff
path: root/src/menu.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.hh b/src/menu.hh
index 36f7ad21..668de001 100644
--- a/src/menu.hh
+++ b/src/menu.hh
@@ -8,7 +8,7 @@ extern "C" {
#endif /* __cplusplus */
void a_Menu_page_popup(BrowserWindow *bw, const DilloUrl *url,
- bool_t has_bugs);
+ bool_t has_bugs, void *v_cssUrls);
void a_Menu_link_popup(BrowserWindow *bw, const DilloUrl *url);
void a_Menu_image_popup(BrowserWindow *bw, const DilloUrl *url,
bool_t loaded_img, DilloUrl *page_url,