core: add comment with return value of function string_regcomp

v2.8-utf8proc
Sebastien Helleu 2013-08-12 10:51:49 +02:00
parent 7dea560ff5
commit 7e0ae094cc
1 changed files with 4 additions and 0 deletions

View File

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