From b1d1a80eb005ff5d661a8a0185566a4ebaf519d6 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 11 Jan 2010 21:25:18 +0100 Subject: InstallationProxy: use new property_list_service --- src/InstallationProxy.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/InstallationProxy.h') diff --git a/src/InstallationProxy.h b/src/InstallationProxy.h index c8c5ef1..f0b5691 100644 --- a/src/InstallationProxy.h +++ b/src/InstallationProxy.h @@ -24,9 +24,10 @@ #include #include "libiphone/installation_proxy.h" +#include "property_list_service.h" struct instproxy_client_int { - iphone_connection_t connection; + property_list_service_client_t parent; GMutex *mutex; GThread *status_updater; }; -- cgit v1.1-32-gdbae