diff options
Diffstat (limited to 'my-evolution/e-summary-rdf.h')
-rw-r--r-- | my-evolution/e-summary-rdf.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/my-evolution/e-summary-rdf.h b/my-evolution/e-summary-rdf.h new file mode 100644 index 0000000000..cc0fec9e3d --- /dev/null +++ b/my-evolution/e-summary-rdf.h @@ -0,0 +1,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 |