diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-03-06 15:02:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-03-06 15:02:25 -0800 |
commit | 74c91d1f7a1e7848a3614c1c5031755bfa5e80e1 (patch) | |
tree | b7382658010579407ae0ec674aaf8f2272c8be31 /gettext.h | |
parent | 2588882df9541e4ef2e1fb56e86499283301fbd5 (diff) | |
parent | 93f7d9108a0edf808e1e3bbcdbe6078310c22f9e (diff) | |
download | git-74c91d1f7a1e7848a3614c1c5031755bfa5e80e1.tar.gz |
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 |