aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-format.h
blob: bdd047164e39140df92c9ea2b5581b90b47df3ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10

#ifndef _FILTER_FORMAT_H
#define _FILTER_FORMAT_H

#include <glib.h>

char *filter_description_text(GList *description, GList *args);
void description_html_write(GList *description, GList *args, GtkHTML *html, GtkHTMLStream *stream);

#endif /* _FILTER_FORMAT_H */