diff options
author | portix <portix@gmx.net> | 2011-09-28 18:39:03 +0200 |
---|---|---|
committer | portix <portix@gmx.net> | 2011-09-28 18:39:03 +0200 |
commit | 1cf97f3fc6a5f3eb81142a0085692b3b3a3534ec (patch) | |
tree | cfc19d5454f31fda4fe8507f9087562c5d0053c1 /src/commands.h | |
parent | e980e9a99ae47af46994cc4446541c3f4cda40de (diff) | |
download | dwb-1cf97f3fc6a5f3eb81142a0085692b3b3a3534ec.zip |
New command stop_loading
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 f4d0017b..c1a63f73 100644 --- a/src/commands.h +++ b/src/commands.h @@ -58,6 +58,7 @@ DwbStatus commands_push_master(KeyMap *, Arg *); DwbStatus commands_quickmark(KeyMap *, Arg *); DwbStatus commands_reload(KeyMap *, Arg *); DwbStatus commands_reload_bypass_cache(KeyMap *, Arg *); +DwbStatus commands_stop_loading(KeyMap *, Arg *); DwbStatus commands_resize_master(KeyMap *, Arg *); DwbStatus commands_save_files(KeyMap *, Arg *); DwbStatus commands_save_session(KeyMap *, Arg *); |