aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-calendar.h')
-rw-r--r--my-evolution/e-summary-calendar.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/my-evolution/e-summary-calendar.h b/my-evolution/e-summary-calendar.h
new file mode 100644
index 0000000000..d485be3b7c
--- /dev/null
+++ b/my-evolution/e-summary-calendar.h
@@ -0,0 +1,18 @@
+/*
+ * e-summary-calendar.h
+ *
+ * Copyright (C) 2001 Ximian, Inc.
+ *
+ * Authors: Iain Holmes <iain@ximian.com>
+ */
+
+#ifndef __E_SUMMARY_CALENDAR_H__
+#define __E_SUMMARY_CALENDAR_H__
+
+#include "e-summary-type.h"
+
+typedef struct _ESummaryCalendar ESummaryCalendar;
+
+const char *e_summary_calendar_get_html (ESummary *summary);
+void e_summary_calendar_init (ESummary *summary);
+#endif