/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gettext.c: move get_preferred_languages() from http.c
[git/git.git]
/
gettext.h
diff --git
a/gettext.h
b/gettext.h
index
7671d09
..
e539482
100644
(file)
--- 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