#ifndef SYNC_GCAL_ITEM_H #define SYNC_GCAL_ITEM_H #include #include "sync_item.h" SyncItem * sync_gcal_item_new (const gchar *name, const gchar *user, const gchar *pass); #endif