X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gettext.h;h=e539482ae798d3c781c9d56cddd9f048d6b1badc;hb=93f7d9108a0edf808e1e3bbcdbe6078310c22f9e;hp=7671d09d04bb87541b11209b5cdbddbb9e4e59b8;hpb=a06f23c7393d187be3ded662102ec2b7b1b28bd0;p=thirdparty%2Fgit.git diff --git a/gettext.h b/gettext.h index 7671d09d04..e539482ae7 100644 --- 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