summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-11-29 00:08:19 +0100
committerportix <portix@gmx.net>2011-11-29 00:08:19 +0100
commit5edce0b55d1564c8ed4e8ac891c9e5e2296fca2c (patch)
tree3f7893b35d4478430eef9fbc6b38e01118a8a361 /src/commands.h
parent7f33ebca008f5f3ce58a7bdd88d3600deaa56ccf (diff)
downloaddwb-5edce0b55d1564c8ed4e8ac891c9e5e2296fca2c.zip
Reintroducing simple filter rules
--HG-- branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h
index 3400a3db..b8e3a4a9 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -93,5 +93,8 @@ DwbStatus commands_open_editor(KeyMap *, Arg *);
DwbStatus commands_insert_mode(KeyMap *, Arg *);
DwbStatus commands_command_mode(KeyMap *, Arg *);
DwbStatus commands_only(KeyMap *, Arg *);
+#ifdef DWB_ADBLOCKER
+DwbStatus commands_toggle_adblocker(KeyMap *, Arg *);
+#endif
#endif