summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2012-11-07 22:14:42 +0100
committerGravatar Martin Szulecki2012-11-07 22:14:42 +0100
commit4d890286652dfd73169ecdbeb6e82ecc6f55079e (patch)
treebf496551ebe3bf0a03e317650c9d649a63003c03 /src/idevicerestore.h
parent503f5bc5d7843b5e154d270b64a86503a632cc50 (diff)
downloadidevicerestore-4d890286652dfd73169ecdbeb6e82ecc6f55079e.tar.gz
idevicerestore-4d890286652dfd73169ecdbeb6e82ecc6f55079e.tar.bz2
Add error buffer and getter function to get the last error message
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index 6f34743..5674665 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -66,6 +66,7 @@ void idevicerestore_set_error_stream(FILE* strm);
void idevicerestore_set_debug_stream(FILE* strm);
int idevicerestore_start(struct idevicerestore_client_t* client);
+const char* idevicerestore_get_error();
void usage(int argc, char* argv[]);
int check_mode(struct idevicerestore_client_t* client);