diff options
author | 2022-04-12 02:26:34 +0200 | |
---|---|---|
committer | 2022-04-12 02:26:34 +0200 | |
commit | dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490 (patch) | |
tree | 56a21e7f928fd20da792772d8a899c7f3df64db7 /include/libimobiledevice/house_arrest.h | |
parent | ea6084c4ed624b6191b4b47737e33d88911bebc8 (diff) | |
download | libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.gz libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.bz2 |
Documentation fixes
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 */ |