diff options
author | pancake <pancake@dazo> | 2007-06-10 16:15:30 +0200 |
---|---|---|
committer | pancake <pancake@dazo> | 2007-06-10 16:15:30 +0200 |
commit | 83b41f9371fa221ee701bb83cf5c72f5984dcfaa (patch) | |
tree | 8a042cd23c74fedfa2d53befecab1ccd75dc2169 /src/main.h | |
parent | c46961d511ce87859e3bdd18ecf42ccd70ca525a (diff) | |
download | 0xFFFF-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ int console_prompt(); // void cmd_info(char *line); +int check_badblocks(char *mtddev); extern int verbose; #define D if (verbose) |