multi-cmd: use GSList instead of GList
authorSébastien Marie <semarie@users.noreply.github.com>
Tue, 21 Oct 2014 06:14:38 +0000 (08:14 +0200)
committerSébastien Marie <semarie@users.noreply.github.com>
Tue, 21 Oct 2014 06:35:17 +0000 (08:35 +0200)
commit803ba835b23c412f13cc3e7c8afd818c6e73be6c
treea2b1d8183b5aeeb6041da7a4bb04bf60984a108c
parentd47e0bb49eb700a582dfb40787c19da35445e90f
multi-cmd: use GSList instead of GList

the argument building (at launch time) is not optimal, as arguments are
appended (instead of prepended). But as it is a one shot per instance,
and there should not have lot of --cmd passed, it should be tolerable.
src/main.c
src/main.h