summaryrefslogtreecommitdiffstats
path: root/src/dfu.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-22 15:06:55 -0400
committerGravatar Joshua Hill2010-06-22 15:06:55 -0400
commit38c965c16625d26915b3d4998a8a7e790c834d89 (patch)
tree227333a4a327c66b23cad380ee8c9614c315aa5f /src/dfu.h
parent61db8cf5abc37ea0da1878961f209f3eb2ba31bf (diff)
downloadidevicerestore-38c965c16625d26915b3d4998a8a7e790c834d89.tar.gz
idevicerestore-38c965c16625d26915b3d4998a8a7e790c834d89.tar.bz2
Reverted rcg4u merge, didn't realize this was actually from posixninja branch
Diffstat (limited to 'src/dfu.h')
-rw-r--r--src/dfu.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/dfu.h b/src/dfu.h
index 3577888..ef9d911 100644
--- a/src/dfu.h
+++ b/src/dfu.h
@@ -19,13 +19,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef IDEVICERESTORE_DFU_H
-#define IDEVICERESTORE_DFU_H
+#ifndef DFU_H
+#define DFU_H
#include <stdint.h>
-#include <plist/plist.h>
-int dfu_check_mode();
-int dfu_enter_recovery(const char* ipsw, plist_t tss);
+int dfu_get_ecid(uint64_t* ecid);
#endif