summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_evo2_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'sync/src/sync_evo2_item.h')
-rw-r--r--sync/src/sync_evo2_item.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sync/src/sync_evo2_item.h b/sync/src/sync_evo2_item.h
new file mode 100644
index 0000000..9717aae
--- /dev/null
+++ b/sync/src/sync_evo2_item.h
@@ -0,0 +1,13 @@
+
+#ifndef SYNC_EVO2_H
+#define SYNC_EVO2_H
+
+#include <glib.h>
+#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