From 547e123d2777bd3beba36e74e018efb590ed44d4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 18 Jun 2009 15:26:21 -0400 Subject: Stop abusing forward declarations. --- mail/em-html-stream.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/em-html-stream.c') diff --git a/mail/em-html-stream.c b/mail/em-html-stream.c index 501a2b7bad..3f0177e7a4 100644 --- a/mail/em-html-stream.c +++ b/mail/em-html-stream.c @@ -147,7 +147,7 @@ emhs_sync_close(CamelStream *stream) } static void -emhs_gtkhtml_destroy(struct _GtkHTML *html, EMHTMLStream *emhs) +emhs_gtkhtml_destroy(GtkHTML *html, EMHTMLStream *emhs) { d(printf("%p: emhs gtkhtml destroy\n", emhs)); emhs->sync.cancel = TRUE; @@ -157,7 +157,7 @@ emhs_gtkhtml_destroy(struct _GtkHTML *html, EMHTMLStream *emhs) /* TODO: Could pass NULL for html_stream, and do a gtk_html_begin on first data -> less flashing */ CamelStream * -em_html_stream_new(struct _GtkHTML *html, struct _GtkHTMLStream *html_stream) +em_html_stream_new(GtkHTML *html, GtkHTMLStream *html_stream) { EMHTMLStream *new; -- cgit v1.2.3