--- code/trunk/pcre_valid_utf8.c 2007/02/24 21:41:13 85 +++ code/trunk/pcre_valid_utf8.c 2007/02/24 21:41:21 87 @@ -6,7 +6,7 @@ and semantics are as close as possible to those of the Perl 5 language. Written by Philip Hazel - Copyright (c) 1997-2005 University of Cambridge + Copyright (c) 1997-2006 University of Cambridge ----------------------------------------------------------------------------- Redistribution and use in source and binary forms, with or without @@ -63,7 +63,7 @@ >= 0 otherwise; the value is the offset of the bad byte */ -PCRE_EXPORT int +int _pcre_valid_utf8(const uschar *string, int length) { register const uschar *p;