diff options
Diffstat (limited to 'src/interfaces/libpq/libpq-fe.h')
-rw-r--r-- | src/interfaces/libpq/libpq-fe.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/interfaces/libpq/libpq-fe.h b/src/interfaces/libpq/libpq-fe.h index 7b93276276..1bfd0f5a3e 100644 --- a/src/interfaces/libpq/libpq-fe.h +++ b/src/interfaces/libpq/libpq-fe.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: libpq-fe.h,v 1.29 1998/05/06 23:51:16 momjian Exp $ + * $Id: libpq-fe.h,v 1.30 1998/06/16 07:29:49 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -364,6 +364,10 @@ extern "C" * 0, use variable width */ ); +#ifdef MB + extern int PQmblen(unsigned char *s); +#endif + /* === in fe-auth.c === */ extern MsgType fe_getauthsvc(char *PQerrormsg); extern void fe_setauthsvc(const char *name, char *PQerrormsg); |