From 83b41f9371fa221ee701bb83cf5c72f5984dcfaa Mon Sep 17 00:00:00 2001 From: pancake Date: Sun, 10 Jun 2007 16:15:30 +0200 Subject: * Initial implementation of the "badblocks" (-C) command. * Initial work on the reorganization of the dump.c code to avoid spagetti code. ATM is just a draft * Dump now shows you more info --- src/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index fae655c..0d8b16b 100644 --- a/src/main.h +++ b/src/main.h @@ -29,6 +29,7 @@ int console_prompt(); // void cmd_info(char *line); +int check_badblocks(char *mtddev); extern int verbose; #define D if (verbose) -- cgit v1.2.3