diff options
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/util.h b/lib/util/util.h index 1cf60bae39..6a341b218d 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -353,6 +353,8 @@ _PUBLIC_ bool strequal(const char *s1, const char *s2); /* The following definitions come from lib/util/util_strlist.c */ +/* separators for lists */ +#define LIST_SEP " \t,\n\r" /** build a null terminated list of strings from a input string and a |