summaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index c51887e..a42d0ed 100644
--- a/src/util.h
+++ b/src/util.h
@@ -44,6 +44,7 @@ gint get_user_groups (const gchar *username,
gid_t **groups);
gboolean verify_xpg_locale (const char *locale);
+gboolean verify_locale (const char *locale);
G_END_DECLS