summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2012-02-25 15:51:55 +0100
committerportix <portix@gmx.net>2012-02-25 15:51:55 +0100
commit6e5f0617920bbd2cb951c147a0adc94707b94aec (patch)
treed98fea6de64a977a5b0a16e7e83fd6f94f482c13 /src/commands.h
parent198a9e29a9c4c567c768d850a201e182fc21bbce (diff)
downloaddwb-6e5f0617920bbd2cb951c147a0adc94707b94aec.zip
New command clear_tab
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 3d0fac95..d89f69a4 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -90,5 +90,6 @@ DwbStatus commands_execute_javascript(KeyMap *km, Arg *arg);
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 *);
#endif