aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-rdf.h
blob: cc0fec9e3d98e2cb8406ecb28a71a78e2e978cec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * e-summary-rdf.h:
 *
 * Copyright (C) 2001  Ximian, Inc.
 *
 * Authors: Iain Holmes  <iain@ximian.com>
 */

#ifndef __E_SUMMARY_RDF_H__
#define __E_SUMMARY_RDF_H__

#include "e-summary-type.h"

typedef struct _ESummaryRDF ESummaryRDF;

char *e_summary_rdf_get_html (ESummary *summary);
void e_summary_rdf_init (ESummary *summary);
#endif