summaryrefslogtreecommitdiffstats
path: root/src/property_list_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/property_list_service.h')
-rw-r--r--src/property_list_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/property_list_service.h b/src/property_list_service.h
index 037f9aa..db1c09d 100644
--- a/src/property_list_service.h
+++ b/src/property_list_service.h
@@ -21,6 +21,7 @@
21#ifndef PROPERTY_LIST_SERVICE_H 21#ifndef PROPERTY_LIST_SERVICE_H
22#define PROPERTY_LIST_SERVICE_H 22#define PROPERTY_LIST_SERVICE_H
23 23
24#include <libimobiledevice/lockdown.h>
24#include "idevice.h" 25#include "idevice.h"
25 26
26/* Error Codes */ 27/* Error Codes */
@@ -41,7 +42,7 @@ typedef struct property_list_service_client_private *property_list_service_clien
41typedef int16_t property_list_service_error_t; 42typedef int16_t property_list_service_error_t;
42 43
43/* creation and destruction */ 44/* creation and destruction */
44property_list_service_error_t property_list_service_client_new(idevice_t device, uint16_t port, property_list_service_client_t *client); 45property_list_service_error_t property_list_service_client_new(idevice_t device, lockdownd_service_descriptor_t service, property_list_service_client_t *client);
45property_list_service_error_t property_list_service_client_free(property_list_service_client_t client); 46property_list_service_error_t property_list_service_client_free(property_list_service_client_t client);
46 47
47/* sending */ 48/* sending */