#ifndef _FILTER_FORMAT_H #define _FILTER_FORMAT_H #include char *filter_description_text(GList *description, GList *args); void description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStreamHandle *stream); #endif /* _FILTER_FORMAT_H */