diff options
author | portix <none@none> | 2012-05-15 14:35:39 +0200 |
---|---|---|
committer | portix <none@none> | 2012-05-15 14:35:39 +0200 |
commit | d4f4a7faea6799346a6ccc1448f4750e4304be97 (patch) | |
tree | 36fd322fcc7acca4daff250b9e2b7647c3b779e6 /src/commands.h | |
parent | 0cccf1c72c9685f8fed922fe4ea4da72cb301130 (diff) | |
download | dwb-d4f4a7faea6799346a6ccc1448f4750e4304be97.zip |
New command sanitize
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 c45efeda..903e9b1e 100644 --- a/src/commands.h +++ b/src/commands.h @@ -92,5 +92,6 @@ DwbStatus commands_clear_tab(KeyMap *, Arg *); DwbStatus commands_cancel_download(KeyMap *, Arg *); DwbStatus commands_normal_mode(KeyMap *, Arg *); DwbStatus commands_dump(KeyMap *, Arg *); +DwbStatus commands_sanitize(KeyMap *, Arg *); #endif |