1 /*
2  *
3  * This program is free software; you can redistribute it and/or modify it
4  * under the terms of the GNU Lesser General Public License as published by
5  * the Free Software Foundation.
6  *
7  * This program is distributed in the hope that it will be useful, but
8  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
9  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
10  * for more details.
11  *
12  * You should have received a copy of the GNU Lesser General Public License
13  * along with this program; if not, see <http://www.gnu.org/licenses/>.
14  *
15  *
16  * Authors:
17  *		Bolian Yin <bolian.yin@sun.com>
18  *
19  * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
20  *
21  */
22 
23 /* Evolution Accessibility
24 */
25 
26 #ifndef _EA_CALENDAR_H__
27 #define _EA_CALENDAR_H__
28 
29 void e_calendar_a11y_init (void);
30 void e_day_view_main_item_a11y_init (void);
31 void e_week_view_main_item_a11y_init (void);
32 
33 #endif /* _EA_CALENDAR_H__ */
34