From f52920581d07df19e1ef7c00aa7d1a1dc2a83b8f Mon Sep 17 00:00:00 2001 From: Carl-Daniel Hailfinger Date: Tue, 17 Nov 2009 09:57:34 +0000 Subject: Refactor main loop in preparation of libflashrom To prepare for libflashrom I wanted to make the main loop more readable and more correct and factor out stuff which can be useful in libflashrom. - Factor out printing of supported devices to print.c. - Adjust name of wiki printing function to fit the pattern. - Abort if the user specified --verify and --noverify at the same time. - Check for extra parameters which don't fit commandline syntax. Corresponding to flashrom svn r766. Signed-off-by: Carl-Daniel Hailfinger Acked-by: Stefan Reinauer --- print_wiki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print_wiki.c') diff --git a/print_wiki.c b/print_wiki.c index c00e93a..825aa77 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -539,7 +539,7 @@ void print_supported_pcidevs_wiki(struct pcidev_status *devs) } } -void print_wiki_tables(void) +void print_supported_wiki(void) { time_t t = time(NULL); -- cgit v1.1