diff options
author | portix <none@none> | 2013-02-01 01:14:41 +0100 |
---|---|---|
committer | portix <none@none> | 2013-02-01 01:14:41 +0100 |
commit | 3182ab0b97f621f4e4fd5a4f56e8d7400a995ccd (patch) | |
tree | c8891b1de5f588331056a321d18fa95d67f1aa7c /src/commands.h | |
parent | 876f8dbffea7286078d3548af49031a8c4e20d8a (diff) | |
download | dwb-3182ab0b97f621f4e4fd5a4f56e8d7400a995ccd.zip |
Escape all characters that must be escaped in util_create_json, additional argument-parameter in commands_simple_command
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 19804d9e..741d5f48 100644 --- a/src/commands.h +++ b/src/commands.h @@ -20,7 +20,7 @@ #define COMMANDS_H -DwbStatus commands_simple_command(KeyMap *km); +DwbStatus commands_simple_command(KeyMap *km, const char *); DwbStatus commands_add_view(KeyMap *, Arg *); DwbStatus commands_add_search_field(KeyMap *, Arg *); DwbStatus commands_allow_cookie(KeyMap *, Arg *); |