summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <none@none>2012-06-27 20:59:42 +0200
committerportix <none@none>2012-06-27 20:59:42 +0200
commit065c11877fd7221726ebfcda5a5201bdc374f604 (patch)
treee9495c58a529b43f4e58dfbd50d3e7719d0e0152 /src/commands.h
parent9e96b231c330b412e33a9dd31307d5c7df537aa1 (diff)
downloaddwb-065c11877fd7221726ebfcda5a5201bdc374f604.zip
New command toggle_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 988ec8d4..acf02517 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -94,5 +94,6 @@ DwbStatus commands_dump(KeyMap *, Arg *);
DwbStatus commands_sanitize(KeyMap *, Arg *);
DwbStatus commands_eval(KeyMap *, Arg *);
DwbStatus commands_download(KeyMap *, Arg *);
+DwbStatus commands_toggle_tab(KeyMap *, Arg *);
#endif