aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-label.h
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filter-label.h')
-rw-r--r--filter/filter-label.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/filter-label.h b/filter/filter-label.h
index bde83811ce..395ce07d48 100644
--- a/filter/filter-label.h
+++ b/filter/filter-label.h
@@ -58,6 +58,11 @@ GType filter_label_get_type (void);
FilterLabel *filter_label_new (void);
+/* Sigh, this is a mess, but its cleaner than the original mess */
+int filter_label_count(void);
+const char *filter_label_label(int i);
+int filter_label_index(const char *label);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */