Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / calendar / backends / caldav / e-cal-backend-caldav-factory.h
1 /* Evolution calendar - caldav backend factory
2  *
3  * Copyright (C) 2005 Novell, Inc.
4  *
5  * This program is free software; you can redistribute it and/or
6  * modify it under the terms of version 2 of the GNU General Public
7  * License as published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful,
10  * but WITHOUT ANY WARRANTY; without even the implied warranty of
11  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  * GNU General Public License for more details.
13  *
14  * You should have received a copy of the GNU General Public License
15  * along with this program; if not, write to the Free Software
16  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  *
18  * Author: Christian Kellner <gicmo@gnome.org> 
19  */
20
21 #ifndef E_CAL_BACKEND_CALDAV_FACTORY_H
22 #define E_CAL_BACKEND_CALDAV_FACTORY_H
23
24 #include <glib-object.h>
25 #include "libedata-cal/e-cal-backend-factory.h"
26
27 G_BEGIN_DECLS
28
29 void                 eds_module_initialize (GTypeModule *module);
30 void                 eds_module_shutdown   (void);
31 void                 eds_module_list_types (const GType **types, int *num_types);
32
33 G_END_DECLS
34
35 #endif /* E_CAL_BACKEND_CALDAV_FACTORY_H */