summaryrefslogtreecommitdiff
path: root/src/menu.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2007-10-14 04:21:53 +0200
committerjcid <devnull@localhost>2007-10-14 04:21:53 +0200
commit9ab3912ac73bfeca7da77aa9463d758ee01659d2 (patch)
treecc5cd0af0f7839eb0f33ac6b5a4cc62546795ab3 /src/menu.hh
parenta7aa9b432ee5cd92b6127608d1355b3861aedbf7 (diff)
Added some "const" qualifiers.
Diffstat (limited to 'src/menu.hh')
-rw-r--r--src/menu.hh7
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);
//---------------------