From b0ca976470dad8d2280168f778034bfbb5c15796 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 20 Apr 2020 23:59:44 +0200 Subject: Use uint64_t and appropriate standard PRI* format specifiers everywhere --- src/idevicerestore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idevicerestore.h') 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); -- cgit v1.1-32-gdbae