diff options
author | portix <portix@gmx.net> | 2012-02-29 13:43:45 +0100 |
---|---|---|
committer | portix <portix@gmx.net> | 2012-02-29 13:43:45 +0100 |
commit | 3fd39f3f891953ade2e5a0e5c03e1c9b2d4d2616 (patch) | |
tree | 59d2351bef66031060aff6f7a27d74c266eb462b /src/commands.h | |
parent | 6d52011d88104600123e899d27110bcf1246c069 (diff) | |
download | dwb-3fd39f3f891953ade2e5a0e5c03e1c9b2d4d2616.zip |
New command: 'cancel_download', closing #108
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.h b/src/commands.h index d89f69a4..392f5934 100644 --- a/src/commands.h +++ b/src/commands.h @@ -91,5 +91,6 @@ DwbStatus commands_set(KeyMap *km, Arg *arg); DwbStatus commands_toggle_setting(KeyMap *km, Arg *arg); DwbStatus commands_tab_move(KeyMap *, Arg *); DwbStatus commands_clear_tab(KeyMap *, Arg *); +DwbStatus commands_cancel_download(KeyMap *, Arg *); #endif |