typo in declaration of function.

This commit is contained in:
Mark Adamson 2001-11-09 19:22:03 +00:00
parent f05420c8d8
commit 156c9b3177

View File

@ -82,7 +82,7 @@ void ucstr2upper(
}
char * UTF8normalize(
struct berval *bv;
struct berval *bv,
char casefold )
{
int i, j, len, clen, outpos, ucsoutlen, outsize, last;