summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-04-20 23:59:44 +0200
committerGravatar Nikias Bassen2020-04-20 23:59:44 +0200
commitb0ca976470dad8d2280168f778034bfbb5c15796 (patch)
tree1e93c35f241f5bc0d6dbbc152fd42a6485dce554 /src/idevicerestore.h
parent654201734cc57b91fcc1c9dc653ce573fc9a5dcb (diff)
downloadidevicerestore-b0ca976470dad8d2280168f778034bfbb5c15796.tar.gz
idevicerestore-b0ca976470dad8d2280168f778034bfbb5c15796.tar.bz2
Use uint64_t and appropriate standard PRI* format specifiers everywhere
Diffstat (limited to 'src/idevicerestore.h')
-rw-r--r--src/idevicerestore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.h b/src/idevicerestore.h
index 7d7fa53..f6b1cb0 100644
--- a/src/idevicerestore.h
+++ b/src/idevicerestore.h
@@ -63,7 +63,7 @@ typedef void (*idevicerestore_progress_cb_t)(int step, double step_progress, voi
struct idevicerestore_client_t* idevicerestore_client_new(void);
void idevicerestore_client_free(struct idevicerestore_client_t* client);
-void idevicerestore_set_ecid(struct idevicerestore_client_t* client, unsigned long long ecid);
+void idevicerestore_set_ecid(struct idevicerestore_client_t* client, uint64_t ecid);
void idevicerestore_set_udid(struct idevicerestore_client_t* client, const char* udid);
void idevicerestore_set_flags(struct idevicerestore_client_t* client, int flags);
void idevicerestore_set_ipsw(struct idevicerestore_client_t* client, const char* path);