Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / calendar / libedata-cal / e-cal-backend-util.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* Evolution calendar - generic backend class
3  *
4  * Copyright (C) 2000 Ximian, Inc.
5  * Copyright (C) 2001 Ximian, Inc.
6  *
7  * Authors: Rodrigo Moya <rodrigo@ximian.com>    
8  *
9  * This program is free software; you can redistribute it and/or
10  * modify it under the terms of version 2 of the GNU Lesser General Public
11  * License as published by the Free Software Foundation.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
21  */
22
23 #ifndef E_CAL_BACKEND_UTIL_H
24 #define E_CAL_BACKEND_UTIL_H
25
26 #include <libedata-cal/e-cal-backend.h>
27
28 G_BEGIN_DECLS
29
30 /*
31  * Functions for accessing mail configuration
32  */
33
34 gboolean e_cal_backend_mail_account_get_default (char **address, char **name);
35 gboolean e_cal_backend_mail_account_is_valid (char *user, char **name);
36
37 G_END_DECLS
38
39 #endif