From b5799c5b016c5532e88f8f297cdf73d1c7b488ac Mon Sep 17 00:00:00 2001 From: portix Date: Mon, 5 Mar 2012 23:29:20 +0100 Subject: Replace 1 with CP_COMMANDLINE in config.h; get the status of executed commands in dwb_parse_command_line --- src/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index 392f5934..5efe3f29 100644 --- a/src/commands.h +++ b/src/commands.h @@ -20,7 +20,7 @@ #define COMMANDS_H -void commands_simple_command(KeyMap *km); +DwbStatus commands_simple_command(KeyMap *km); DwbStatus commands_add_view(KeyMap *, Arg *); DwbStatus commands_add_search_field(KeyMap *, Arg *); DwbStatus commands_allow_cookie(KeyMap *, Arg *); -- cgit v1.2.3