From afa8d114167ef59699d3e5b3ed891c0b8888a3ac Mon Sep 17 00:00:00 2001 From: James Vega Date: Wed, 5 Oct 2005 00:47:09 +1000 Subject: [PATCH] Add a missing function prototype. darcs-hash:20051004144709-35ec8-7f002ff45e7f11e78b3c3a4a7daf020fa00a0b2d.gz --- common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common.h b/common.h index 403571619..08c38241e 100644 --- a/common.h +++ b/common.h @@ -162,6 +162,7 @@ wchar_t *wcsdup(const wchar_t *in); fish and guaranteed to be a sane, english word. */ int wcscasecmp( const wchar_t *a, const wchar_t *b ); +int wcsncasecmp( const wchar_t *a, const wchar_t *b, int count ); /** Test if the given string is a valid variable name