summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorportix <none@none>2013-01-09 23:58:34 +0100
committerportix <none@none>2013-01-09 23:58:34 +0100
commit7066c99ee903da1fa39a3506a1f562fb346cd6d0 (patch)
tree79502b58e990a346f10701a1fd86e72d7ecaf83f /src/commands.h
parent1d3c857fb1b1c1215065166d9fdb0c6841c9d49f (diff)
downloaddwb-7066c99ee903da1fa39a3506a1f562fb346cd6d0.zip
New command 'print_preview'; new option print-previewer
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 e09fc7b9..19804d9e 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -97,5 +97,6 @@ DwbStatus commands_download(KeyMap *, Arg *);
DwbStatus commands_toggle_tab(KeyMap *, Arg *);
DwbStatus commands_reload_bookmarks(KeyMap *, Arg *);
DwbStatus commands_reload_quickmarks(KeyMap *, Arg *);
+DwbStatus commands_print_preview(KeyMap *, Arg *);
#endif