diff options
author | Martin Szulecki | 2012-11-07 22:14:42 +0100 |
---|---|---|
committer | Martin Szulecki | 2012-11-07 22:14:42 +0100 |
commit | 4d890286652dfd73169ecdbeb6e82ecc6f55079e (patch) | |
tree | bf496551ebe3bf0a03e317650c9d649a63003c03 /src/idevicerestore.h | |
parent | 503f5bc5d7843b5e154d270b64a86503a632cc50 (diff) | |
download | idevicerestore-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.h | 1 |
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); |