completion: support excluding refs
[gitweb.git] / gettext.h
index dc1722dd4bc6b1aa7d998cb055a40000c05a0b5e..7eee64a34fa0a5e922606e6351b29d08cb26fe6b 100644 (file)
--- a/gettext.h
+++ b/gettext.h
@@ -89,4 +89,7 @@ const char *Q_(const char *msgid, const char *plu, unsigned long n)
 #define N_(msgid) (msgid)
 #endif
 
+const char *get_preferred_languages(void);
+extern int is_utf8_locale(void);
+
 #endif