summaryrefslogtreecommitdiff
path: root/src/bin/psql/mbprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/mbprint.h')
-rw-r--r--src/bin/psql/mbprint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bin/psql/mbprint.h b/src/bin/psql/mbprint.h
index 4d5376c7cd6..4e9d933c945 100644
--- a/src/bin/psql/mbprint.h
+++ b/src/bin/psql/mbprint.h
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/src/bin/psql/mbprint.h,v 1.14 2009/10/13 21:04:01 tgl Exp $ */
+/* $PostgreSQL: pgsql/src/bin/psql/mbprint.h,v 1.15 2009/11/25 20:26:31 tgl Exp $ */
#ifndef MBPRINT_H
#define MBPRINT_H
@@ -9,7 +9,6 @@ struct lineptr
int width;
};
-extern int pg_get_utf8_id(void);
extern unsigned char *mbvalidate(unsigned char *pwcs, int encoding);
extern int pg_wcswidth(const unsigned char *pwcs, size_t len, int encoding);
extern void pg_wcsformat(unsigned char *pwcs, size_t len, int encoding, struct lineptr * lines, int count);