summaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-10-09 20:38:36 +0200
committerjcid <devnull@localhost>2008-10-09 20:38:36 +0200
commit57bbebd6867c19e5a96972395051adc3f6e0248e (patch)
tree1d87223eaba24ac91c6e23f90b26fdecdd64ce70 /src/uicmd.hh
parent4fea52451363423ccb2ddb74f374f265f38b1755 (diff)
- File menu as popup implementation.
- Working show_filemenu dillorc option.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r--src/uicmd.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh
index 2dbe8726..7115cbf0 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -41,6 +41,7 @@ void a_UIcmd_page_popup(void *vbw, const DilloUrl *url,
void a_UIcmd_link_popup(void *vbw, const DilloUrl *url);
void a_UIcmd_image_popup(void *vbw, const DilloUrl *url, bool_t loaded_img,
DilloUrl *link_url);
+void a_UIcmd_file_popup(void *vbw, void *v_wid);
void a_UIcmd_copy_urlstr(BrowserWindow *bw, const char *urlstr);
void a_UIcmd_view_page_source(const DilloUrl *url);
void a_UIcmd_view_page_bugs(void *vbw);