aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-22 10:15:40 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-22 10:15:40 +0800
commit0f614b2e971aa0f7168b63f335e1c738bf4f9379 (patch)
treef11955384408c35730103a9fb825891fa615e82e /e-util/e-util.h
parentcbaa9eb7432b11d9bd6cb38fe5ef027612720623 (diff)
downloadgsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar
gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.gz
gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.bz2
gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.lz
gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.xz
gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.tar.zst
gsoc2013-evolution-0f614b2e971aa0f7168b63f335e1c738bf4f9379.zip
Fix what I assume are some merge errors.
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index c748aaed8e..458bef77a7 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -140,6 +140,8 @@ gboolean e_util_read_file (const gchar *filename,
gchar **buffer,
gsize *read,
GError **error);
+GSList * e_util_get_category_filter_options
+ (void);
/* Camel uses its own object system, so we have to box
* CamelObjects to safely use them as GObject properties. */