From 1f6282ffddec7012df82fa929dfe72cfc74b063a Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 10 Sep 2009 13:28:13 +0200 Subject: Public API rework, extension and adaption to latest libusbmuxd-1.0 API. --- src/NotificationProxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/NotificationProxy.h') diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h index bc5be43..84f1f89 100644 --- a/src/NotificationProxy.h +++ b/src/NotificationProxy.h @@ -26,7 +26,7 @@ #include "libiphone/notification_proxy.h" struct np_client_int { - int sfd; + iphone_connection_t connection; GMutex *mutex; GThread *notifier; }; -- cgit v1.1-32-gdbae