summaryrefslogtreecommitdiffstats
path: root/src/SBServices.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2010-01-11 21:25:45 +0100
committerGravatar Martin Szulecki2010-01-12 00:41:12 +0100
commitf311ad48b52854f3c1921322d7f79b82392c2db9 (patch)
treee754e2f392ffcfac8cda52d45f4fd3f883422317 /src/SBServices.h
parentb1d1a80eb005ff5d661a8a0185566a4ebaf519d6 (diff)
downloadlibimobiledevice-f311ad48b52854f3c1921322d7f79b82392c2db9.tar.gz
libimobiledevice-f311ad48b52854f3c1921322d7f79b82392c2db9.tar.bz2
SBServices: use new property_list_service
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 @@
24#include <glib.h> 24#include <glib.h>
25 25
26#include "libiphone/sbservices.h" 26#include "libiphone/sbservices.h"
27#include "property_list_service.h"
27 28
28struct sbservices_client_int { 29struct sbservices_client_int {
29 iphone_connection_t connection; 30 property_list_service_client_t parent;
30 GMutex *mutex; 31 GMutex *mutex;
31}; 32};
32 33