aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-format.h')
-rw-r--r--filter/filter-format.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter-format.h b/filter/filter-format.h
index 12a4040a46..bdd047164e 100644
--- a/filter/filter-format.h
+++ b/filter/filter-format.h
@@ -5,6 +5,6 @@
#include <glib.h>
char *filter_description_text(GList *description, GList *args);
-void description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStreamHandle *stream);
+void description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStream *stream);
#endif /* _FILTER_FORMAT_H */