From 5edce0b55d1564c8ed4e8ac891c9e5e2296fca2c Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 29 Nov 2011 00:08:19 +0100 Subject: Reintroducing simple filter rules --HG-- branch : experimental --- src/commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/commands.h') 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 -- cgit v1.2.3