From cce35a50c1de0cec5cd1f6c18979ff6ee3ea1dd1 Mon Sep 17 00:00:00 2001 From: Arjun Shankar Date: Mon, 11 Nov 2019 14:57:23 +0100 Subject: support: Add xsetlocale function --- support/support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'support/support.h') diff --git a/support/support.h b/support/support.h index a9df6e9..c102344 100644 --- a/support/support.h +++ b/support/support.h @@ -91,6 +91,7 @@ char *xasprintf (const char *format, ...) __attribute__ ((format (printf, 1, 2), malloc)); char *xstrdup (const char *); char *xstrndup (const char *, size_t); +char *xsetlocale (int category, const char *locale); /* These point to the TOP of the source/build tree, not your (or support's) subdirectory. */ -- cgit v1.1