summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-03-05 23:29:20 +0100
committerportix <portix@gmx.net>2012-03-05 23:29:20 +0100
commitb5799c5b016c5532e88f8f297cdf73d1c7b488ac (patch)
tree4f7402eae61cf65f76256dcbf040005318bbf948 /src/commands.h
parent24ca1c58cd6ea7b118e8ecf91b088192bcad59f9 (diff)
downloaddwb-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.h2
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 *);