diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-07 00:15:27 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2013-02-07 00:38:09 +0100 |
commit | 7c2d80944afb4196f2eff614e8da1450dffcbeaa (patch) | |
tree | 5cdf18700cdfd9471eaee67e78661b286b9c98f2 /src/shared/strv.h | |
parent | fa3cd7394c227ad38c5c09b2bc2d035e7fb14a76 (diff) |
strv: add strv_print
Clearer, and spares the temp variable.
Diffstat (limited to 'src/shared/strv.h')
-rw-r--r-- | src/shared/strv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/strv.h b/src/shared/strv.h index fd728eff81..33c752a313 100644 --- a/src/shared/strv.h +++ b/src/shared/strv.h @@ -87,3 +87,4 @@ bool strv_overlap(char **a, char **b); char **strv_sort(char **l); +void strv_print(char **l); |