aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-calendar.h
blob: d485be3b7cff2663775b5003d254ff1462935398 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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