diff options
author | jcid <devnull@localhost> | 2008-05-26 15:10:01 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-05-26 15:10:01 +0200 |
commit | 392b7d272a482dcc29108915b461c954152addd8 (patch) | |
tree | f9d4ef158b95a6557324887565f4552e8b91f88c /src/uicmd.hh | |
parent | 4d255bf0e4f38d792b488430a507d7455738689a (diff) |
- Enabled proxy_user in preferences.
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 ab2acaf1..91c14390 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -24,6 +24,7 @@ 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_search_dialog(void *vbw); +const char *a_UIcmd_get_passwd(const char *user); void a_UIcmd_book(void *vbw); void a_UIcmd_add_bookmark(BrowserWindow *bw, const DilloUrl *url); void a_UIcmd_fullscreen_toggle(BrowserWindow *bw); |