summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_gcal_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/src/sync_gcal_item.h')
-rw-r--r--sync/src/sync_gcal_item.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/sync/src/sync_gcal_item.h b/sync/src/sync_gcal_item.h
new file mode 100644
index 0000000..a243265
--- /dev/null
+++ b/sync/src/sync_gcal_item.h
@@ -0,0 +1,12 @@
+
+#ifndef SYNC_GCAL_ITEM_H
+#define SYNC_GCAL_ITEM_H
+
+#include <glib.h>
+#include "sync_item.h"
+
+SyncItem * sync_gcal_item_new (const gchar *name,
+ const gchar *user,
+ const gchar *pass);
+
+#endif