X-Git-Url: https://git.uis.cam.ac.uk/x/uis/git/git.git/blobdiff_plain/f18604bbf2c391c689a41fca14cbaeff5e106255..93f7d9108a0edf808e1e3bbcdbe6078310c22f9e:/gettext.h diff --git a/gettext.h b/gettext.h index 7671d09d04..e539482ae7 100644 --- 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