Updated Traditional Chinese translation(Hong Kong and Taiwan)
[evolution.git] / calendar / gui / e-meeting-utils.h
blob1777d2c7ff5394801a8143328c3dd60bf2c7e3de
1 /*
3 * This program is free software; you can redistribute it and/or
4 * modify it under the terms of the GNU Lesser General Public
5 * License as published by the Free Software Foundation; either
6 * version 2 of the License, or (at your option) version 3.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
13 * You should have received a copy of the GNU Lesser General Public
14 * License along with the program; if not, see <http://www.gnu.org/licenses/>
17 * Authors:
18 * JP Rosevear <jpr@novell.com>
20 * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com)
24 #ifndef _E_MEETING_UTILS_H_
25 #define _E_MEETING_UTILS_H_
27 #ifdef HAVE_CONFIG_H
28 #include <config.h>
29 #endif
31 #include <glib.h>
32 #include "e-meeting-types.h"
34 G_BEGIN_DECLS
38 gint e_meeting_time_compare_times (EMeetingTime *time1,
39 EMeetingTime *time2);
41 G_END_DECLS
43 #endif /* _E_MEETING_UTILS_H_ */