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