summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_file_item.h
blob: 20c8bdfb66d100fa85f2340b856e7742635f70ae (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef SYNC_FILE_ITEM_H
#define SYNC_FILE_ITEM_H

#include <glib.h>
#include "sync_item.h"

SyncItem *	sync_file_item_new	(const gchar *name, const gchar *adr);

#endif