summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2011-09-28 18:39:03 +0200
committerportix <portix@gmx.net>2011-09-28 18:39:03 +0200
commit1cf97f3fc6a5f3eb81142a0085692b3b3a3534ec (patch)
treecfc19d5454f31fda4fe8507f9087562c5d0053c1 /src/commands.h
parente980e9a99ae47af46994cc4446541c3f4cda40de (diff)
downloaddwb-1cf97f3fc6a5f3eb81142a0085692b3b3a3534ec.zip
New command stop_loading
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h1
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 *);