summaryrefslogtreecommitdiffstats
path: root/src/SBServices.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SBServices.h')
-rw-r--r--src/SBServices.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SBServices.h b/src/SBServices.h
index 8f923b9..d24828a 100644
--- a/src/SBServices.h
+++ b/src/SBServices.h
@@ -24,9 +24,10 @@
#include <glib.h>
#include "libiphone/sbservices.h"
+#include "property_list_service.h"
struct sbservices_client_int {
- iphone_connection_t connection;
+ property_list_service_client_t parent;
GMutex *mutex;
};