mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Migrate functions like parser_keywords_is_block to wcstring
This commit is contained in:
3
common.h
3
common.h
@@ -440,7 +440,8 @@ const wchar_t *wsetlocale( int category, const wchar_t *locale );
|
||||
|
||||
\return zero if needle is not found, of if needle is null, non-zero otherwise
|
||||
*/
|
||||
__sentinel int contains_internal( const wchar_t *needle, ... );
|
||||
__sentinel bool contains_internal( const wchar_t *needle, ... );
|
||||
__sentinel bool contains_internal( const wcstring &needle, ... );
|
||||
|
||||
/**
|
||||
Call read while blocking the SIGCHLD signal. Should only be called
|
||||
|
||||
Reference in New Issue
Block a user