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, 2 insertions, 1 deletions
diff --git a/src/bin/psql/mbprint.h b/src/bin/psql/mbprint.h
index 4d0cab1b9dc..7a831358068 100644
--- a/src/bin/psql/mbprint.h
+++ b/src/bin/psql/mbprint.h
@@ -1,4 +1,4 @@
-/* $Id: mbprint.h,v 1.2 2001/10/25 05:49:54 momjian Exp $ */
+/* $Id: mbprint.h,v 1.3 2001/10/28 06:25:58 momjian Exp $ */
#ifndef MBPRINT_H
#define MBPRINT_H
@@ -13,4 +13,5 @@ unsigned char *mbvalidate(unsigned char *pwcs);
#endif /* MULTIBYTE */
int pg_wcswidth(unsigned char *pwcs, int len);
+
#endif /* MBPRINT_H */