summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_file_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/src/sync_file_item.h')
-rw-r--r--sync/src/sync_file_item.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sync/src/sync_file_item.h b/sync/src/sync_file_item.h
new file mode 100644
index 0000000..b1ae516
--- /dev/null
+++ b/sync/src/sync_file_item.h
@@ -0,0 +1,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