]> git.tuebingen.mpg.de Git - paraslash.git/commit
command_util: replace dump_xxx() by make_xxx().
authorAndre Noll <maan@systemlinux.org>
Wed, 27 Jun 2012 23:18:23 +0000 (01:18 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 29 Jun 2012 19:36:30 +0000 (21:36 +0200)
commita5158610b0a44f7b0d26c603dc1063dec15d5eb5
treed70f27c6f3a4761616857705ba6fa375b40a706c
parent6a4f5e85c1e9eb6fd21477438762c4f95c29f30c
command_util: replace dump_xxx() by make_xxx().

This replace dump_array_member(), dump_completion() and dump_proto()
by their make_xxx counterpart.

This allows to iterate over all commands twice.
command_util.sh