summaryrefslogtreecommitdiff
path: root/src/include/mb/pg_wchar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/mb/pg_wchar.h')
-rw-r--r--src/include/mb/pg_wchar.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/mb/pg_wchar.h b/src/include/mb/pg_wchar.h
index 97caffeb80..5a1acc190f 100644
--- a/src/include/mb/pg_wchar.h
+++ b/src/include/mb/pg_wchar.h
@@ -1,4 +1,4 @@
-/* $Id: pg_wchar.h,v 1.14 2000/04/20 22:40:18 tgl Exp $ */
+/* $Id: pg_wchar.h,v 1.15 2000/06/13 07:35:27 tgl Exp $ */
#ifndef PG_WCHAR_H
#define PG_WCHAR_H
@@ -122,11 +122,11 @@ extern unsigned char *pg_client_to_server(unsigned char *, int);
extern unsigned char *pg_server_to_client(unsigned char *, int);
extern int pg_valid_client_encoding(const char *);
-/* moved to miscadmin.h
- * pg_proc.h now have them.
+/* internally-used versions of functions. The PG_xxx forms of these
+ * functions have fmgr-compatible interfaves.
+ */
extern const char *pg_encoding_to_char(int);
extern int pg_char_to_encoding(const char *);
-*/
extern int GetDatabaseEncoding(void);
extern void SetDatabaseEncoding(int);