diff options
Diffstat (limited to 'include/libimobiledevice/house_arrest.h')
-rw-r--r-- | include/libimobiledevice/house_arrest.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/house_arrest.h b/include/libimobiledevice/house_arrest.h index 5a42838..3785847 100644 --- a/include/libimobiledevice/house_arrest.h +++ b/include/libimobiledevice/house_arrest.h | |||
@@ -32,6 +32,7 @@ extern "C" { | |||
32 | #include <libimobiledevice/lockdown.h> | 32 | #include <libimobiledevice/lockdown.h> |
33 | #include <libimobiledevice/afc.h> | 33 | #include <libimobiledevice/afc.h> |
34 | 34 | ||
35 | /** Service identifier passed to lockdownd_start_service() to start the house arrest service */ | ||
35 | #define HOUSE_ARREST_SERVICE_NAME "com.apple.mobile.house_arrest" | 36 | #define HOUSE_ARREST_SERVICE_NAME "com.apple.mobile.house_arrest" |
36 | 37 | ||
37 | /** Error Codes */ | 38 | /** Error Codes */ |
@@ -44,7 +45,7 @@ typedef enum { | |||
44 | HOUSE_ARREST_E_UNKNOWN_ERROR = -256 | 45 | HOUSE_ARREST_E_UNKNOWN_ERROR = -256 |
45 | } house_arrest_error_t; | 46 | } house_arrest_error_t; |
46 | 47 | ||
47 | typedef struct house_arrest_client_private house_arrest_client_private; | 48 | typedef struct house_arrest_client_private house_arrest_client_private; /**< \private */ |
48 | typedef house_arrest_client_private *house_arrest_client_t; /**< The client handle. */ | 49 | typedef house_arrest_client_private *house_arrest_client_t; /**< The client handle. */ |
49 | 50 | ||
50 | /* Interface */ | 51 | /* Interface */ |