mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-18 18:12:44 +08:00
Add a missing function prototype.
darcs-hash:20051004144709-35ec8-7f002ff45e7f11e78b3c3a4a7daf020fa00a0b2d.gz
This commit is contained in:
parent
e27664b13b
commit
afa8d11416
1
common.h
1
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user