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

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

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

#endif