aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ipod-sync/format-handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ipod-sync/format-handler.h')
-rw-r--r--plugins/ipod-sync/format-handler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ipod-sync/format-handler.h b/plugins/ipod-sync/format-handler.h
index 7b53efeb2e..badafd7965 100644
--- a/plugins/ipod-sync/format-handler.h
+++ b/plugins/ipod-sync/format-handler.h
@@ -25,6 +25,7 @@
#include <glib.h>
#include <gtk/gtk.h>
+#include <gio/gio.h>
#include <libedataserver/e-source.h>
#include <libedataserverui/e-source-selector.h>
#include <libecal/e-cal.h>
@@ -45,3 +46,5 @@ struct _FormatHandler
};
FormatHandler *ical_format_handler_new (void);
+
+GOutputStream *open_for_writing (GtkWindow *parent, const char *uri, GError **error);