diff options
Diffstat (limited to 'string-list.h')
| -rw-r--r-- | string-list.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/string-list.h b/string-list.h index 40e148712d..2b438c7733 100644 --- a/string-list.h +++ b/string-list.h @@ -289,6 +289,8 @@ enum { * it to the list */ STRING_LIST_SPLIT_TRIM = (1 << 0), + /* omit adding empty string piece to the resulting list */ + STRING_LIST_SPLIT_NONEMPTY = (1 << 1), }; int string_list_split_f(struct string_list *, const char *string, |
