On Tue, Jun 2, 2015 at 7:02 AM, Stefan Beller <sbeller@xxxxxxxxxx> wrote: > diff --git a/string-list.h b/string-list.h > index d3809a1..88c18e9 100644 > --- a/string-list.h > +++ b/string-list.h > @@ -19,6 +19,7 @@ struct string_list { > #define STRING_LIST_INIT_DUP { NULL, 0, 0, 1, NULL } > > void string_list_init(struct string_list *list, int strdup_strings); > +void from_space_separated_string(struct string_list *list, char *line); The name feels out of place. All functions in here have "string_list" somewhere in their names. The implementation looks very close to string_list_split() but that name's already taken.. Maybe string_list_split_by_space()? -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html