summaryrefslogtreecommitdiffstats
path: root/src/limera1n.h
diff options
context:
space:
mode:
authorGravatar Aaron Burghardt2013-09-25 21:24:29 -0400
committerGravatar Martin Szulecki2013-10-24 14:37:25 +0200
commit926b77a9fbb58f3020cf5c67921d727f5ff51266 (patch)
tree4e1ba308759696ad7026ee5ed3eaecd4569b87a8 /src/limera1n.h
parent27d18c86865601673375d08573a0c512c401b280 (diff)
downloadidevicerestore-926b77a9fbb58f3020cf5c67921d727f5ff51266.tar.gz
idevicerestore-926b77a9fbb58f3020cf5c67921d727f5ff51266.tar.bz2
Added test for limera1n compatibility before attempting to inject it.
Signed-off-by: Martin Szulecki <m.szulecki@libimobiledevice.org>
Diffstat (limited to 'src/limera1n.h')
-rw-r--r--src/limera1n.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/limera1n.h b/src/limera1n.h
index c417170..2c92001 100644
--- a/src/limera1n.h
+++ b/src/limera1n.h
@@ -23,6 +23,7 @@
#define __LIMERA1N_H
#include <libirecovery.h>
+int limera1n_is_supported(struct irecv_device *device);
int limera1n_exploit(struct irecv_device *device, irecv_client_t *client);
#endif /* __LIMERA1N_H */