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