summaryrefslogtreecommitdiffstats
path: root/src/NotificationProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/NotificationProxy.h')
-rw-r--r--src/NotificationProxy.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/NotificationProxy.h b/src/NotificationProxy.h
index afae98a..a10cde4 100644
--- a/src/NotificationProxy.h
+++ b/src/NotificationProxy.h
@@ -18,12 +18,11 @@
18 * License along with this library; if not, write to the Free Software 18 * License along with this library; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21#include "libiphone/libiphone.h" 21#include "libiphone/notification_proxy.h"
22#include "iphone.h"
23 22
24#include <glib.h> 23#include <glib.h>
25 24
26struct iphone_np_client_int { 25struct np_client_int {
27 int sfd; 26 int sfd;
28 GMutex *mutex; 27 GMutex *mutex;
29 GThread *notifier; 28 GThread *notifier;
@@ -42,4 +41,4 @@ static const char *np_default_notifications[10] = {
42 NULL 41 NULL
43}; 42};
44 43
45gpointer iphone_np_notifier( gpointer arg ); 44gpointer np_notifier( gpointer arg );