diff options
author | jcid <devnull@localhost> | 2008-04-11 14:51:23 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-04-11 14:51:23 +0200 |
commit | 375f81c82e1dc8b7084d686d1da02fe8266c4388 (patch) | |
tree | 7759b5504bd38d7df8650c5bdb0fa1e769f8b0b1 /src/uicmd.hh | |
parent | fd1460fdb6afff36990cdaddd0d7a3bc72dbc2b9 (diff) |
- Implemented the file input control for forms (work in progress).
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 1 |
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); |