diff options
author | Joshua Hill | 2010-06-04 23:17:05 -0400 |
---|---|---|
committer | Joshua Hill | 2010-06-04 23:17:05 -0400 |
commit | 0966c00988477450691c8c9bce47a3fb30eff6da (patch) | |
tree | 73a8cf475e0fb13ba8957fb3a696b7340f5cba9c /src/activate.h | |
parent | 7e9d37959d7db900528d68d44445509f4abc6fdf (diff) | |
download | idevicerestore-0966c00988477450691c8c9bce47a3fb30eff6da.tar.gz idevicerestore-0966c00988477450691c8c9bce47a3fb30eff6da.tar.bz2 |
Even more major cleanups and refactoring, this branch is still broken but starting to mature really well
Diffstat (limited to 'src/activate.h')
-rw-r--r-- | src/activate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/activate.h b/src/activate.h index 1feb11e..f992d4f 100644 --- a/src/activate.h +++ b/src/activate.h @@ -25,6 +25,8 @@ #include <plist/plist.h> #include <libimobiledevice/lockdown.h> +int activate_device(const char* uuid); +int activate_check_status(const char* uuid); int activate_fetch_record(lockdownd_client_t lockdown, plist_t* record); #endif |