diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-07 00:02:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-07 00:02:25 +0100 |
commit | 74c91d1f7a1e7848a3614c1c5031755bfa5e80e1 (patch) | |
tree | b7382658010579407ae0ec674aaf8f2272c8be31 /gettext.h | |
parent | Sync with 2.3.2 (diff) | |
parent | gettext.c: move get_preferred_languages() from http.c (diff) | |
download | git-74c91d1f7a1e7848a3614c1c5031755bfa5e80e1.tar.xz git-74c91d1f7a1e7848a3614c1c5031755bfa5e80e1.zip |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |