summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_evo2_item.h
blob: 3c446d9ba4c079dd4b79b92077c7c1eec20eaf06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SYNC_EVO2_ITEM_H
#define SYNC_EVO2_ITEM_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