summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-12-03 14:29:54 +0100
committerportix <portix@gmx.net>2011-12-03 14:29:54 +0100
commit4751de265ad7106d6c69698abbf133a91dc3e8b6 (patch)
treea7a546473ff2dea618c6a44628c7ff66c15c3f12 /src/commands.h
parent803e55713a896d3c74e2809a2c6f4dd4ced279db (diff)
downloaddwb-4751de265ad7106d6c69698abbf133a91dc3e8b6.zip
New command 'protect', thanks to MilkFreeze
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 5452d7fe..ec8ebf9e 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -95,5 +95,6 @@ DwbStatus commands_command_mode(KeyMap *, Arg *);
DwbStatus commands_only(KeyMap *, Arg *);
DwbStatus commands_toggle_bars(KeyMap *, Arg *);
DwbStatus commands_presentation_mode(KeyMap *, Arg *);
+DwbStatus commands_toggle_protected(KeyMap *, Arg *);
#endif