diff options
author | portix <portix@gmx.net> | 2012-03-05 23:29:20 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-03-05 23:29:20 +0100 |
commit | b5799c5b016c5532e88f8f297cdf73d1c7b488ac (patch) | |
tree | 4f7402eae61cf65f76256dcbf040005318bbf948 /src/commands.h | |
parent | 24ca1c58cd6ea7b118e8ecf91b088192bcad59f9 (diff) | |
download | dwb-b5799c5b016c5532e88f8f297cdf73d1c7b488ac.zip |
Replace 1 with CP_COMMANDLINE in config.h; get the status of executed commands in dwb_parse_command_line
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 *); |