1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

If we're going to offer a default definition of PQmblen,

it probably ought to actually work.
This commit is contained in:
Tom Lane
1998-10-06 14:16:50 +00:00
parent a4fd4cdc0d
commit fe91cd41ea
2 changed files with 5 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: libpq-fe.h,v 1.44 1998/10/01 01:40:23 tgl Exp $
* $Id: libpq-fe.h,v 1.45 1998/10/06 14:16:49 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -283,9 +283,8 @@ extern "C"
int width); /* width of column, if
* 0, use variable width */
#ifdef MULTIBYTE
/* Determine length of multibyte encoded char at *s */
extern int PQmblen(unsigned char *s);
#endif
/* === in fe-lobj.c === */