summaryrefslogtreecommitdiffstats
path: root/tools/irecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/irecovery.c')
-rw-r--r--tools/irecovery.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/irecovery.c b/tools/irecovery.c
index 5c82a00..a46d5df 100644
--- a/tools/irecovery.c
+++ b/tools/irecovery.c
@@ -36,7 +36,12 @@
36#define debug(...) if(verbose) fprintf(stderr, __VA_ARGS__) 36#define debug(...) if(verbose) fprintf(stderr, __VA_ARGS__)
37 37
38enum { 38enum {
39 kResetDevice, kStartShell, kSendCommand, kSendFile, kSendExploit, kSendScript 39 kResetDevice,
40 kStartShell,
41 kSendCommand,
42 kSendFile,
43 kSendExploit,
44 kSendScript
40}; 45};
41 46
42static unsigned int quit = 0; 47static unsigned int quit = 0;