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
This commit is contained in:
Junio C Hamano
2015-03-06 15:02:24 -08:00
3 changed files with 28 additions and 26 deletions

View File

@ -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