On Tue, Jun 2, 2015 at 8:10 AM, Eric Sunshine wrote:
> On Tue, Jun 2, 2015 at 5:42 AM, Duy Nguyen wrote:
>> On Tue, Jun 2, 2015 at 7:02 AM, Stefan Beller wrote:
>>> diff --git a/string-list.h b/string-list.h
>>> index d3809a1..88c18e9 100644
>>> --- a/string-list.h
>>> +++ b/string-list.h
>>> @@
On Tue, Jun 2, 2015 at 5:42 AM, Duy Nguyen wrote:
> On Tue, Jun 2, 2015 at 7:02 AM, Stefan Beller 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_I
On Tue, Jun 2, 2015 at 7:02 AM, Stefan Beller 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_ini
This function parses a space separated string into a string list.
Signed-off-by: Stefan Beller
---
string-list.c | 12
string-list.h | 1 +
2 files changed, 13 insertions(+)
diff --git a/string-list.c b/string-list.c
index 2a32a3f..f71384f 100644
--- a/string-list.c
+++ b/string-l
4 matches
Mail list logo