diff options
-rw-r--r-- | e-util/e-i18n.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-i18n.h b/e-util/e-i18n.h index 3b60d5339f..58d3420be3 100644 --- a/e-util/e-i18n.h +++ b/e-util/e-i18n.h @@ -51,6 +51,7 @@ BEGIN_GNOME_DECLS #define __GNOME_I18N_H__ 1 +/* This is copied staight out of the prototypes for gnome-i18n.h */ const char *gnome_i18n_get_language(void); GList *gnome_i18n_get_language_list (const gchar *category_name); void gnome_i18n_set_preferred_language (const char *val); |