diff options
| author | 2010-06-22 15:06:55 -0400 | |
|---|---|---|
| committer | 2010-06-22 15:06:55 -0400 | |
| commit | 38c965c16625d26915b3d4998a8a7e790c834d89 (patch) | |
| tree | 227333a4a327c66b23cad380ee8c9614c315aa5f /src/normal.h | |
| parent | 61db8cf5abc37ea0da1878961f209f3eb2ba31bf (diff) | |
| download | idevicerestore-38c965c16625d26915b3d4998a8a7e790c834d89.tar.gz idevicerestore-38c965c16625d26915b3d4998a8a7e790c834d89.tar.bz2 | |
Reverted rcg4u merge, didn't realize this was actually from posixninja branch
Diffstat (limited to 'src/normal.h')
| -rw-r--r-- | src/normal.h | 11 | 
1 files changed, 3 insertions, 8 deletions
| diff --git a/src/normal.h b/src/normal.h index cdc29ba..3e2868d 100644 --- a/src/normal.h +++ b/src/normal.h @@ -19,16 +19,11 @@   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA   */ -#ifndef IDEVICERESTORE_NORMAL_H -#define IDEVICERESTORE_NORMAL_H +#ifndef NORMAL_H +#define NORMAL_H  #include <stdint.h> -int normal_check_mode(const char* uuid); -int normal_check_device(const char* uuid); -int normal_enter_recovery(const char* uuid); -int normal_get_cpid(const char* uuid, uint32_t* cpid); -int normal_get_bdid(const char* uuid, uint32_t* cpid); -int normal_get_ecid(const char* uuid, uint64_t* ecid); +int normal_get_ecid(uint64_t* ecid);  #endif | 
