summaryrefslogtreecommitdiffstats
path: root/sync/src/sync_gcal_item.h
blob: a243265b35135dd07494b47f489d7da0f0b11b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SYNC_GCAL_ITEM_H
#define SYNC_GCAL_ITEM_H

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

SyncItem *	sync_gcal_item_new	(const gchar *name,
					 const gchar *user,
					 const gchar *pass);

#endif