diff options
Diffstat (limited to 'src/include/utils/pg_locale.h')
-rw-r--r-- | src/include/utils/pg_locale.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/utils/pg_locale.h b/src/include/utils/pg_locale.h index 6c7b30758b5..5d06c60dbf0 100644 --- a/src/include/utils/pg_locale.h +++ b/src/include/utils/pg_locale.h @@ -2,7 +2,7 @@ * * PostgreSQL locale utilities * - * $Id: pg_locale.h,v 1.14 2002/09/04 20:31:45 momjian Exp $ + * $Id: pg_locale.h,v 1.14.2.1 2006/01/05 00:55:36 tgl Exp $ * * Copyright (c) 2002, PostgreSQL Global Development Group * @@ -28,6 +28,8 @@ extern const char *locale_numeric_assign(const char *value, extern const char *locale_time_assign(const char *value, bool doit, bool interactive); +extern char *pg_perm_setlocale(int category, const char *locale); + extern bool lc_collate_is_c(void); /* |