summaryrefslogtreecommitdiffstats
path: root/include/libimobiledevice/afc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libimobiledevice/afc.h')
-rw-r--r--include/libimobiledevice/afc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libimobiledevice/afc.h b/include/libimobiledevice/afc.h
index b59b070..a2d70d3 100644
--- a/include/libimobiledevice/afc.h
+++ b/include/libimobiledevice/afc.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 AFC service */
34#define AFC_SERVICE_NAME "com.apple.afc" 35#define AFC_SERVICE_NAME "com.apple.afc"
35 36
36/** Error Codes */ 37/** Error Codes */
@@ -89,7 +90,7 @@ typedef enum {
89 AFC_LOCK_UN = 8 | 4 /**< unlock */ 90 AFC_LOCK_UN = 8 | 4 /**< unlock */
90} afc_lock_op_t; 91} afc_lock_op_t;
91 92
92typedef struct afc_client_private afc_client_private; 93typedef struct afc_client_private afc_client_private; /**< \private */
93typedef afc_client_private *afc_client_t; /**< The client handle. */ 94typedef afc_client_private *afc_client_t; /**< The client handle. */
94 95
95/* Interface */ 96/* Interface */