diff options
author | portix <portix@gmx.net> | 2012-03-13 00:18:01 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-03-13 00:18:01 +0100 |
commit | 68d4f4740fe245a07924424e696bcdefeefd45a7 (patch) | |
tree | cf5a5326c47cbefedf2fbda6a5cc20e8d273aaf6 /src/commands.h | |
parent | 8ec3c8bb8d0526f9ebdd052422a8d3f81b766045 (diff) | |
download | dwb-68d4f4740fe245a07924424e696bcdefeefd45a7.zip |
Remove not used function util_get_directory_entries; new command 'normal_mode';
new CP_OVERRIDE-properties for functionmaps.
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index 5efe3f29..b3908c03 100644 --- a/src/commands.h +++ b/src/commands.h @@ -92,5 +92,6 @@ DwbStatus commands_toggle_setting(KeyMap *km, Arg *arg); DwbStatus commands_tab_move(KeyMap *, Arg *); DwbStatus commands_clear_tab(KeyMap *, Arg *); DwbStatus commands_cancel_download(KeyMap *, Arg *); +DwbStatus commands_normal_mode(KeyMap *, Arg *); #endif |