From a184cda744006d4a597ff5a23b67b635dd28c222 Mon Sep 17 00:00:00 2001 From: Joshua Hill Date: Sat, 22 May 2010 14:48:13 -0400 Subject: Started implementation of img3 file and tss_stitcher --- src/ipsw.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ipsw.c') diff --git a/src/ipsw.c b/src/ipsw.c index 05a92c6..f601201 100644 --- a/src/ipsw.c +++ b/src/ipsw.c @@ -22,11 +22,9 @@ #include #include #include -#include "ipsw.h" -#define error(...) fprintf(stderr, __VA_ARGS__) -#define info(...) if(verbose >= 1) fprintf(stderr, __VA_ARGS__) -#define debug(...) if(verbose >= 2) fprintf(stderr, __VA_ARGS__) +#include "ipsw.h" +#include "idevicerestore.h" ipsw_archive* ipsw_open(const char* ipsw) { int err = 0; -- cgit v1.1-32-gdbae