aboutsummaryrefslogtreecommitdiff
path: root/src/uicmd.hh
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-04-11 14:51:23 +0200
committerjcid <devnull@localhost>2008-04-11 14:51:23 +0200
commit375f81c82e1dc8b7084d686d1da02fe8266c4388 (patch)
tree7759b5504bd38d7df8650c5bdb0fa1e769f8b0b1 /src/uicmd.hh
parentfd1460fdb6afff36990cdaddd0d7a3bc72dbc2b9 (diff)
- Implemented the file input control for forms (work in progress).
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 70221615..1378367c 100644
--- a/src/uicmd.hh
+++ b/src/uicmd.hh
@@ -22,6 +22,7 @@ void a_UIcmd_save(void *vbw);
void a_UIcmd_stop(void *vbw);
void a_UIcmd_save_link(BrowserWindow *bw, const DilloUrl *url);
void a_UIcmd_open_file(void *vbw);
+const char *a_UIcmd_select_file();
void a_UIcmd_open_url_dialog(void *vbw);
void a_UIcmd_search_dialog(void *vbw);
void a_UIcmd_book(void *vbw);