]> git.ipfire.org Git - thirdparty/systemd.git/commit
systemctl: move strv_skip_first() out of systemctl.c
authorLennart Poettering <lennart@poettering.net>
Thu, 24 Sep 2015 10:23:21 +0000 (12:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 29 Sep 2015 19:55:52 +0000 (21:55 +0200)
commite3ead6bb42f7c0f18d0ac100d33b71913fe4dcca
treede8cf6617b55f6aba1ae684d84e40dc95d62e799
parent56a730fa568f6ad168cb77ed46e57c042325eedb
systemctl: move strv_skip_first() out of systemctl.c

Make it generic, call it strv_skip() and move it to strv.[ch]
src/basic/strv.c
src/basic/strv.h
src/systemctl/systemctl.c
src/test/test-strv.c