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