aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar James Vega <jamessan@jamessan.com>2005-10-05 00:47:09 +1000
committerGravatar James Vega <jamessan@jamessan.com>2005-10-05 00:47:09 +1000
commitafa8d114167ef59699d3e5b3ed891c0b8888a3ac (patch)
tree43b7d885618c3082b656768ac9d6b914da66e602 /common.h
parente27664b13b11070e561fdd313ca0a5b9950c2c46 (diff)
Add a missing function prototype.
darcs-hash:20051004144709-35ec8-7f002ff45e7f11e78b3c3a4a7daf020fa00a0b2d.gz
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 40357161..08c38241 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