aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-format.h
blob: 12a4040a469753c462e4bb4b87c681c378cff1d2 (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, GtkHTMLStreamHandle *stream);

#endif /* _FILTER_FORMAT_H */