]> git.ipfire.org Git - thirdparty/git.git/blobdiff - gettext.h
gettext.c: move get_preferred_languages() from http.c
[thirdparty/git.git] / gettext.h
index 7671d09d04bb87541b11209b5cdbddbb9e4e59b8..e539482ae798d3c781c9d56cddd9f048d6b1badc 100644 (file)
--- a/gettext.h
+++ b/gettext.h
@@ -65,4 +65,6 @@ const char *Q_(const char *msgid, const char *plu, unsigned long n)
 /* Mark msgid for translation but do not translate it. */
 #define N_(msgid) msgid
 
+const char *get_preferred_languages(void);
+
 #endif