#ifndef SYNC_FILE_ITEM_H #define SYNC_FILE_ITEM_H #include #include "sync_item.h" SyncItem * sync_file_item_new (const gchar *name, const gchar *adr); #endif