From eac07b18d9bca9af60bf81dda0df27dea475cc72 Mon Sep 17 00:00:00 2001 From: Pali Rohár Date: Sat, 23 Jun 2012 18:49:07 +0200 Subject: Added option to use only image pieces for specific device / hw revision --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 8a48da3..ba31720 100644 --- a/src/main.h +++ b/src/main.h @@ -119,7 +119,7 @@ extern char *modes[]; extern char *root_devices[]; // fiasco -int openfiasco(const char *name, const char *grep, int v); +int openfiasco(const char *name, const char *type, const char *device, const char *hwrev, const char *version, int v); int fiasco_new(const char *filename, const char *name); void fiasco_data_read(struct header_t *header); int fiasco_add_eof(int fd); -- cgit v1.2.3