diff options
author | 2019-02-14 19:20:18 +0100 | |
---|---|---|
committer | 2019-02-14 19:20:18 +0100 | |
commit | 8a882038b2b1e022fbd19eaf8bea51006a373c06 (patch) | |
tree | 70324232b78c4284ab244da1b2a5e0186ee3f28b /src/idevicerestore.h | |
parent | 89fb94a3f4eed0f6638f5ddf1e3dde21f7fa3f94 (diff) | |
download | idevicerestore-8a882038b2b1e022fbd19eaf8bea51006a373c06.tar.gz idevicerestore-8a882038b2b1e022fbd19eaf8bea51006a373c06.tar.bz2 |
Fix usage output and reorder it by relevance
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r-- | src/idevicerestore.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h index 40ebf29..0c638e4 100644 --- a/src/idevicerestore.h +++ b/src/idevicerestore.h @@ -74,7 +74,6 @@ void idevicerestore_set_debug_stream(FILE* strm); int idevicerestore_start(struct idevicerestore_client_t* client); const char* idevicerestore_get_error(void); -void usage(int argc, char* argv[]); int check_mode(struct idevicerestore_client_t* client); irecv_device_t get_irecv_device(struct idevicerestore_client_t* client); int get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid); |