diff options
author | portix <none@none> | 2012-03-29 16:00:45 +0200 |
---|---|---|
committer | portix <none@none> | 2012-03-29 16:00:45 +0200 |
commit | a5a1b73dd582d8bc46caafe766f1c911a6fcb0f0 (patch) | |
tree | 95ae3710d4bff6a8db4a9a80bd940829f4e25dc3 /src/commands.h | |
parent | 621f3da1f940997e075f03a23e51add9f792041a (diff) | |
download | dwb-a5a1b73dd582d8bc46caafe766f1c911a6fcb0f0.zip |
New command 'dump' and environment variable 'DWB_HTML_CONTENT' for userscripts
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 df6d591e..1a52a247 100644 --- a/src/commands.h +++ b/src/commands.h @@ -92,5 +92,6 @@ DwbStatus commands_tab_move(KeyMap *, Arg *); DwbStatus commands_clear_tab(KeyMap *, Arg *); DwbStatus commands_cancel_download(KeyMap *, Arg *); DwbStatus commands_normal_mode(KeyMap *, Arg *); +DwbStatus commands_dump(KeyMap *, Arg *); #endif |