diff options
author | jcid <devnull@localhost> | 2008-10-07 16:23:41 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-07 16:23:41 +0200 |
commit | 74f2af766dcf3d7295f031507cf7e8645aebf198 (patch) | |
tree | da7ae869bf110078cb70bc8192f7cfd29d3185e0 /src/uicmd.hh | |
parent | 8c066adb294a20d7f77bd95ed7cd1e2adfdcc718 (diff) |
- Made ALT+q work.
Diffstat (limited to 'src/uicmd.hh')
-rw-r--r-- | src/uicmd.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uicmd.hh b/src/uicmd.hh index 469bcae4..2dbe8726 100644 --- a/src/uicmd.hh +++ b/src/uicmd.hh @@ -49,7 +49,7 @@ int *a_UIcmd_get_history(BrowserWindow *bw, int direction); void a_UIcmd_nav_jump(BrowserWindow *bw, int offset, int new_bw); void a_UIcmd_close_bw(void *vbw); -void a_UIcmd_close_all_bw(); +void a_UIcmd_close_all_bw(void *p); const char *a_UIcmd_get_save_dir(); void a_UIcmd_set_save_dir(const char *dir); |