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.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/filter/filter-format.h b/filter/filter-format.h
new file mode 100644
index 0000000000..12a4040a46
--- /dev/null
+++ b/filter/filter-format.h
@@ -0,0 +1,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 */