summaryrefslogtreecommitdiffstats
path: root/src/dfu.h
diff options
context:
space:
mode:
authorGravatar Joshua Hill2010-06-21 05:03:27 -0400
committerGravatar Joshua Hill2010-06-21 05:03:27 -0400
commitef2a1037524ad559658a31793d4a96e07773cebc (patch)
tree45416d3eadabe83df85c97a7ce326f27258376c3 /src/dfu.h
parent8708123ecfd708239137445c9f83c86a96ae63b7 (diff)
parentb39abb66ffa5e26f38cb2ba03562d091decafc84 (diff)
downloadidevicerestore-ef2a1037524ad559658a31793d4a96e07773cebc.tar.gz
idevicerestore-ef2a1037524ad559658a31793d4a96e07773cebc.tar.bz2
Merge branch 'rcg'
Diffstat (limited to 'src/dfu.h')
-rw-r--r--src/dfu.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/dfu.h b/src/dfu.h
index ef9d911..3577888 100644
--- a/src/dfu.h
+++ b/src/dfu.h
@@ -19,11 +19,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef DFU_H
-#define DFU_H
+#ifndef IDEVICERESTORE_DFU_H
+#define IDEVICERESTORE_DFU_H
#include <stdint.h>
+#include <plist/plist.h>
-int dfu_get_ecid(uint64_t* ecid);
+int dfu_check_mode();
+int dfu_enter_recovery(const char* ipsw, plist_t tss);
#endif