summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
authorpancake <pancake@dazo>2007-10-20 02:32:24 +0200
committerpancake <pancake@dazo>2007-10-20 02:32:24 +0200
commitfbdac811fc7694ca936607590cb19fd930528f5e (patch)
tree3e192325f3e7a70fca31e235363a374b5c2192f0 /src/main.h
parentd15412a788cacc7108bf94151896ded19b5f504d (diff)
download0xFFFF-fbdac811fc7694ca936607590cb19fd930528f5e.tar.bz2
* Make the fiasco writing api work (some hardcoded things, but mostly ok)
* Move documentation of fiasco format to doc/ * 0.3 release
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h3
1 files changed, 2 insertions, 1 deletions
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 <usb.h>
@@ -65,6 +65,7 @@ extern struct piece_t pcs[10];
enum {
PIECE_XLOADER = 0,
+ PIECE_2ND,
PIECE_SECONDARY,
PIECE_KERNEL,
PIECE_INITFS,