From a3af55acb4141cd0d23f53b2ec0c5c1d2434aa22 Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 11 Jun 2007 02:29:11 +0200 Subject: * Initial implementation of the pretty-print config partition dumper * Handled with the '-x' flag. --- 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 0d8b16b..7895c5c 100644 --- a/src/main.h +++ b/src/main.h @@ -30,6 +30,7 @@ int console_prompt(); // void cmd_info(char *line); int check_badblocks(char *mtddev); +int dump_config(); extern int verbose; #define D if (verbose) -- cgit v1.2.3