aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/itip-utils.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-06-23 13:14:10 +0800
committernobody <nobody@localhost>2001-06-23 13:14:10 +0800
commit33431dbe42411bd1988f705ac2798cfc81c3718c (patch)
treea4eb5e010ba601de261dc3f9da4dd4b86fcc46fe /calendar/gui/itip-utils.h
parent72ca61d74b9942040638b628a6f1358e02d23d42 (diff)
downloadgsoc2013-evolution-OldWDE.tar
gsoc2013-evolution-OldWDE.tar.gz
gsoc2013-evolution-OldWDE.tar.bz2
gsoc2013-evolution-OldWDE.tar.lz
gsoc2013-evolution-OldWDE.tar.xz
gsoc2013-evolution-OldWDE.tar.zst
gsoc2013-evolution-OldWDE.zip
This commit was manufactured by cvs2svn to create tag 'OldWDE'.OldWDE
svn path=/tags/OldWDE/; revision=10428
Diffstat (limited to 'calendar/gui/itip-utils.h')
-rw-r--r--calendar/gui/itip-utils.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/calendar/gui/itip-utils.h b/calendar/gui/itip-utils.h
deleted file mode 100644
index b51696876f..0000000000
--- a/calendar/gui/itip-utils.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-#ifndef ITIP_UTILS_HEADER
-#define ITIP_UTILS_HEADER
-
-#include <config.h>
-#include <ical.h>
-#include <string.h>
-#include <glib.h>
-#include <cal-util/cal-component.h>
-
-extern gchar *partstat_values[];
-extern gchar *role_values[];
-
-icalparameter * get_icalparam_by_type (icalproperty *prop, icalparameter_kind kind);
-
-typedef enum {
- CAL_COMPONENT_METHOD_PUBLISH,
- CAL_COMPONENT_METHOD_REQUEST,
- CAL_COMPONENT_METHOD_REPLY,
- CAL_COMPONENT_METHOD_ADD,
- CAL_COMPONENT_METHOD_CANCEL,
- CAL_COMPONENT_METHOD_REFRESH,
- CAL_COMPONENT_METHOD_COUNTER,
- CAL_COMPONENT_METHOD_DECLINECOUNTER
-} CalComponentItipMethod;
-
-void itip_send_comp (CalComponentItipMethod method, CalComponent *comp);
-
-#endif