aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.h
blob: a2f825be8b99276b8b55e4e68fe1615a9e72812e (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 <glib.h>

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

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

#endif