diff options
Diffstat (limited to 'support/support.h')
-rw-r--r-- | support/support.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/support.h b/support/support.h index a9df6e9a3c..c10234404a 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. */ |