summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-06-10 16:15:30 +0200
committerpancake <pancake@dazo>2007-06-10 16:15:30 +0200
commit83b41f9371fa221ee701bb83cf5c72f5984dcfaa (patch)
tree8a042cd23c74fedfa2d53befecab1ccd75dc2169 /src/main.h
parentc46961d511ce87859e3bdd18ecf42ccd70ca525a (diff)
download0xFFFF-83b41f9371fa221ee701bb83cf5c72f5984dcfaa.tar.bz2
* 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
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h1
1 files changed, 1 insertions, 0 deletions
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)