summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_evo2_item.h
blob: 9717aaef9deebc4ea67b68dde74183adc2f9b9f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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