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 8b15c09..c18fd76 100644
--- a/src/property_list_service.h
+++ b/src/property_list_service.h
@@ -23,6 +23,7 @@
23#define __PROPERTY_LIST_SERVICE_H 23#define __PROPERTY_LIST_SERVICE_H
24 24
25#include <libimobiledevice/lockdown.h> 25#include <libimobiledevice/lockdown.h>
26#include "service.h"
26#include "idevice.h" 27#include "idevice.h"
27 28
28/* Error Codes */ 29/* Error Codes */
@@ -35,7 +36,7 @@
35#define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256 36#define PROPERTY_LIST_SERVICE_E_UNKNOWN_ERROR -256
36 37
37struct property_list_service_client_private { 38struct property_list_service_client_private {
38 idevice_connection_t connection; 39 service_client_t parent;
39}; 40};
40 41
41typedef struct property_list_service_client_private *property_list_service_client_t; 42typedef struct property_list_service_client_private *property_list_service_client_t;