From fbdac811fc7694ca936607590cb19fd930528f5e Mon Sep 17 00:00:00 2001 From: pancake Date: Sat, 20 Oct 2007 02:32:24 +0200 Subject: * Make the fiasco writing api work (some hardcoded things, but mostly ok) * Move documentation of fiasco format to doc/ * 0.3 release --- src/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index c9535f3..7da0e31 100644 --- a/src/main.h +++ b/src/main.h @@ -15,7 +15,7 @@ void check_nolo_order(); extern struct usb_dev_handle *dev; unsigned long get_file_size(char *file); void progressbar(unsigned long long part, unsigned long long total); -char *fpid_file(char *filename); +const char *fpid_file(const char *filename); int add_piece(char *piece); #include @@ -65,6 +65,7 @@ extern struct piece_t pcs[10]; enum { PIECE_XLOADER = 0, + PIECE_2ND, PIECE_SECONDARY, PIECE_KERNEL, PIECE_INITFS, -- cgit v1.2.3