diff options
Diffstat (limited to 'include/libimobiledevice/screenshotr.h')
-rw-r--r-- | include/libimobiledevice/screenshotr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/screenshotr.h b/include/libimobiledevice/screenshotr.h index 83ca96b..ecbbdbe 100644 --- a/include/libimobiledevice/screenshotr.h +++ b/include/libimobiledevice/screenshotr.h | |||
@@ -32,6 +32,7 @@ extern "C" { | |||
32 | #include <libimobiledevice/libimobiledevice.h> | 32 | #include <libimobiledevice/libimobiledevice.h> |
33 | #include <libimobiledevice/lockdown.h> | 33 | #include <libimobiledevice/lockdown.h> |
34 | 34 | ||
35 | /** Service identifier passed to lockdownd_start_service() to start the screenshotr service */ | ||
35 | #define SCREENSHOTR_SERVICE_NAME "com.apple.mobile.screenshotr" | 36 | #define SCREENSHOTR_SERVICE_NAME "com.apple.mobile.screenshotr" |
36 | 37 | ||
37 | /** Error Codes */ | 38 | /** Error Codes */ |
@@ -46,7 +47,7 @@ typedef enum { | |||
46 | SCREENSHOTR_E_UNKNOWN_ERROR = -256 | 47 | SCREENSHOTR_E_UNKNOWN_ERROR = -256 |
47 | } screenshotr_error_t; | 48 | } screenshotr_error_t; |
48 | 49 | ||
49 | typedef struct screenshotr_client_private screenshotr_client_private; | 50 | typedef struct screenshotr_client_private screenshotr_client_private; /**< \private */ |
50 | typedef screenshotr_client_private *screenshotr_client_t; /**< The client handle. */ | 51 | typedef screenshotr_client_private *screenshotr_client_t; /**< The client handle. */ |
51 | 52 | ||
52 | 53 | ||