mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: add comment with return value of function string_regcomp
This commit is contained in:
@@ -845,6 +845,10 @@ string_regex_flags (const char *regex, int default_flags, int *flags)
|
||||
/*
|
||||
* Compiles a regex using optional flags at beginning of string (for format of
|
||||
* flags in regex, see string_regex_flags()).
|
||||
*
|
||||
* Returns:
|
||||
* 0: successful compilation
|
||||
* other value: compilation failed
|
||||
*/
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user