#ifndef SYNC_EVO2_ITEM_H #define SYNC_EVO2_ITEM_H #include #include "sync_item.h" SyncItem * sync_evo2_item_new (const gchar *name, const gchar *address_path, const gchar *calendar_path, const gchar *tasks_path); #endif