From 17ea875ab0abd267eb720f8c82ac668e90cc3669 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 13 Nov 1998 19:41:41 +0000 Subject: See ChangeLog ;-). Key validation should now be faster --- include/util.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 6d39d23e0..acb4de418 100644 --- a/include/util.h +++ b/include/util.h @@ -45,6 +45,7 @@ typedef struct { int inarg; int stopped; const char *last; + void *aliases; } internal; /* DO NOT CHANGE */ } ARGPARSE_ARGS; @@ -152,9 +153,10 @@ const char *memistr( const char *buf, size_t buflen, const char *sub ); char *mem2str( char *, const void *, size_t); char *trim_spaces( char *string ); int string_count_chr( const char *string, int c ); -int set_native_charset( const char *newset ); +int set_native_charset( const char *newset ); char *native_to_utf8( const char *string ); char *utf8_to_native( const char *string ); +int check_utf8_string( const char *string ); #define stricmp(a,b) strcasecmp((a),(b)) -- cgit v1.2.3