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

#ifndef _FILTER_FORMAT_H
#define _FILTER_FORMAT_H

#include <glib.h>

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

#endif /* _FILTER_FORMAT_H */