From dcb85727c3649c254c985d840aa2efb36f727872 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Sat, 3 Sep 2011 02:10:48 +0200 Subject: Completely remove glib dependency. --- include/libimobiledevice/mobilesync.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/libimobiledevice/mobilesync.h') diff --git a/include/libimobiledevice/mobilesync.h b/include/libimobiledevice/mobilesync.h index 7658b7d..bd717ee 100644 --- a/include/libimobiledevice/mobilesync.h +++ b/include/libimobiledevice/mobilesync.h @@ -29,7 +29,6 @@ extern "C" { #endif #include -#include /** @name Error Codes */ /*@{*/ @@ -93,7 +92,7 @@ mobilesync_anchors_t mobilesync_anchors_new(const char *device_anchor, const cha void mobilesync_anchors_free(mobilesync_anchors_t anchors); plist_t mobilesync_actions_new(); -void mobilesync_actions_add(plist_t actions, ...) G_GNUC_NULL_TERMINATED; +void mobilesync_actions_add(plist_t actions, ...); void mobilesync_actions_free(plist_t actions); #ifdef __cplusplus -- cgit v1.1-32-gdbae