Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / calendar / libedata-cal / e-data-cal-common.h
1 /* Evolution calendar server - common declarations
2  *
3  * Copyright (C) 2000 Ximian, Inc.
4  * Copyright (C) 2000 Ximian, Inc.
5  *
6  * Author: Federico Mena-Quintero <federico@ximian.com>
7  *
8  * This program is free software; you can redistribute it and/or
9  * modify it under the terms of version 2 of the GNU Lesser General Public
10  * License as published by the Free Software Foundation.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU Lesser General Public License for more details.
16  *
17  * You should have received a copy of the GNU Lesser General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20  */
21
22 #ifndef CAL_COMMON_H
23 #define CAL_COMMON_H
24
25 #include <glib/gmacros.h>
26
27 G_BEGIN_DECLS
28
29 \f
30
31 typedef struct _ECalBackend ECalBackend;
32 typedef struct _ECalBackendClass ECalBackendClass;
33
34 typedef struct _EDataCal EDataCal;
35 typedef struct _EDataCalClass EDataCalClass;
36
37 typedef struct _EDataCalView EDataCalView;
38 typedef struct _EDataCalViewClass EDataCalViewClass;
39
40 typedef struct _ECalBackendSExp ECalBackendSExp;
41 typedef struct _ECalBackendSExpClass ECalBackendSExpClass;
42
43 \f
44
45 G_END_DECLS
46
47 #endif