diff options
| author | 2010-01-11 21:25:45 +0100 | |
|---|---|---|
| committer | 2010-01-12 00:41:12 +0100 | |
| commit | f311ad48b52854f3c1921322d7f79b82392c2db9 (patch) | |
| tree | e754e2f392ffcfac8cda52d45f4fd3f883422317 /src/SBServices.h | |
| parent | b1d1a80eb005ff5d661a8a0185566a4ebaf519d6 (diff) | |
| download | libimobiledevice-f311ad48b52854f3c1921322d7f79b82392c2db9.tar.gz libimobiledevice-f311ad48b52854f3c1921322d7f79b82392c2db9.tar.bz2 | |
SBServices: use new property_list_service
Diffstat (limited to 'src/SBServices.h')
| -rw-r--r-- | src/SBServices.h | 3 |
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 | ||
| 28 | struct sbservices_client_int { | 29 | struct 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 | ||
