summaryrefslogtreecommitdiffstats
path: root/src/ipsw.c
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-05-22 14:48:13 -0400
committerGravatar Joshua Hill2010-05-22 14:48:13 -0400
commita184cda744006d4a597ff5a23b67b635dd28c222 (patch)
treeae250bf08d06cc95db3729dcd8d36734926f903c /src/ipsw.c
parent58a0ad3e30bd61cb0c2e6bb62dec600305ea2368 (diff)
downloadidevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.gz
idevicerestore-a184cda744006d4a597ff5a23b67b635dd28c222.tar.bz2
Started implementation of img3 file and tss_stitcher
Diffstat (limited to 'src/ipsw.c')
-rw-r--r--src/ipsw.c6
1 files changed, 2 insertions, 4 deletions
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 <zip.h>
#include <stdlib.h>
#include <string.h>
-#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;