From d4f4a7faea6799346a6ccc1448f4750e4304be97 Mon Sep 17 00:00:00 2001 From: portix Date: Tue, 15 May 2012 14:35:39 +0200 Subject: New command sanitize --- src/commands.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands.h') 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 -- cgit v1.2.3