Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-07 02:02:24 +0300
committerJunio C Hamano <gitster@pobox.com>2015-03-07 02:02:25 +0300
commit74c91d1f7a1e7848a3614c1c5031755bfa5e80e1 (patch)
treeb7382658010579407ae0ec674aaf8f2272c8be31 /gettext.h
parent2588882df9541e4ef2e1fb56e86499283301fbd5 (diff)
parent93f7d9108a0edf808e1e3bbcdbe6078310c22f9e (diff)
Merge branch 'ye/http-accept-language'
Compilation fix for a recent topic in 'master'. * ye/http-accept-language: gettext.c: move get_preferred_languages() from http.c
Diffstat (limited to 'gettext.h')
-rw-r--r--gettext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext.h b/gettext.h
index dc1722dd4b..33696a40b8 100644
--- a/gettext.h
+++ b/gettext.h
@@ -89,4 +89,6 @@ const char *Q_(const char *msgid, const char *plu, unsigned long n)
#define N_(msgid) (msgid)
#endif
+const char *get_preferred_languages(void);
+
#endif