summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-03-13 00:18:01 +0100
committerportix <portix@gmx.net>2012-03-13 00:18:01 +0100
commit68d4f4740fe245a07924424e696bcdefeefd45a7 (patch)
treecf5a5326c47cbefedf2fbda6a5cc20e8d273aaf6 /src/commands.h
parent8ec3c8bb8d0526f9ebdd052422a8d3f81b766045 (diff)
downloaddwb-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.h1
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