summaryrefslogtreecommitdiffstats
path: root/src/idevicerestore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idevicerestore.c')
-rw-r--r--src/idevicerestore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idevicerestore.c b/src/idevicerestore.c
index e9a50dd..36996cd 100644
--- a/src/idevicerestore.c
+++ b/src/idevicerestore.c
@@ -926,7 +926,7 @@ int idevicerestore_start(struct idevicerestore_client_t* client)
return result;
}
-struct idevicerestore_client_t* idevicerestore_client_new()
+struct idevicerestore_client_t* idevicerestore_client_new(void)
{
struct idevicerestore_client_t* client = (struct idevicerestore_client_t*) malloc(sizeof(struct idevicerestore_client_t));
if (client == NULL) {