diff options
author | portix <portix@gmx.net> | 2011-11-29 00:08:19 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-11-29 00:08:19 +0100 |
commit | 5edce0b55d1564c8ed4e8ac891c9e5e2296fca2c (patch) | |
tree | 3f7893b35d4478430eef9fbc6b38e01118a8a361 /src/commands.h | |
parent | 7f33ebca008f5f3ce58a7bdd88d3600deaa56ccf (diff) | |
download | dwb-5edce0b55d1564c8ed4e8ac891c9e5e2296fca2c.zip |
Reintroducing simple filter rules
--HG--
branch : experimental
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 3 |
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 |