aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.h
blob: 146cb681548d434b3cecb2d11a171d2e86ac1bca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

#ifndef ITIP_UTILS_HEADER
#define ITIP_UTILS_HEADER

#include <config.h>
#include <ical.h>
#include <string.h>
#include <gnome.h>

extern gchar *partstat_values[];
extern gchar *role_values[];

icalparameter * get_icalparam_by_type (icalproperty *prop, icalparameter_kind kind);

#endif