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/misagent.h | |
parent | ea6084c4ed624b6191b4b47737e33d88911bebc8 (diff) | |
download | libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.gz libimobiledevice-dca3cf8c5bd804bf563fd43a6cdfdb1a5b85d490.tar.bz2 |
Documentation fixes
Diffstat (limited to 'include/libimobiledevice/misagent.h')
-rw-r--r-- | include/libimobiledevice/misagent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/misagent.h b/include/libimobiledevice/misagent.h index 09af57a..394f5ce 100644 --- a/include/libimobiledevice/misagent.h +++ b/include/libimobiledevice/misagent.h | |||
@@ -31,6 +31,7 @@ extern "C" { | |||
31 | #include <libimobiledevice/libimobiledevice.h> | 31 | #include <libimobiledevice/libimobiledevice.h> |
32 | #include <libimobiledevice/lockdown.h> | 32 | #include <libimobiledevice/lockdown.h> |
33 | 33 | ||
34 | /** Service identifier passed to lockdownd_start_service() to start the misagent service */ | ||
34 | #define MISAGENT_SERVICE_NAME "com.apple.misagent" | 35 | #define MISAGENT_SERVICE_NAME "com.apple.misagent" |
35 | 36 | ||
36 | /** Error Codes */ | 37 | /** Error Codes */ |
@@ -43,7 +44,7 @@ typedef enum { | |||
43 | MISAGENT_E_UNKNOWN_ERROR = -256 | 44 | MISAGENT_E_UNKNOWN_ERROR = -256 |
44 | } misagent_error_t; | 45 | } misagent_error_t; |
45 | 46 | ||
46 | typedef struct misagent_client_private misagent_client_private; | 47 | typedef struct misagent_client_private misagent_client_private; /**< \private */ |
47 | typedef misagent_client_private *misagent_client_t; /**< The client handle. */ | 48 | typedef misagent_client_private *misagent_client_t; /**< The client handle. */ |
48 | 49 | ||
49 | /* Interface */ | 50 | /* Interface */ |