Add a missing function prototype.

darcs-hash:20051004144709-35ec8-7f002ff45e7f11e78b3c3a4a7daf020fa00a0b2d.gz
This commit is contained in:
James Vega 2005-10-05 00:47:09 +10:00
parent e27664b13b
commit afa8d11416

View File

@ -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