]> sourceware.org Git - lvm2.git/commit
Move arg_* functions from toollib.c to lvmcmdline.c.
authorDave Wysochanski <dwysocha@redhat.com>
Wed, 17 Dec 2008 16:45:32 +0000 (16:45 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Wed, 17 Dec 2008 16:45:32 +0000 (16:45 +0000)
commit03798fd604eb8d1c63638bcbba998b76c52c1316
treed1442009142e3b3ce28dfaf3af16b97d24bb86cc
parent7bb4897b9fb16b5d1d72ec926c6d376885e087f5
Move arg_* functions from toollib.c to lvmcmdline.c.

In preparation for removing cmd->args.
IMO, it makes more sense to put these accessor functions
in the same location as the static array _the_args.
Next patch will update arg_* functions to use _the_args[]
directly and remove cmd->args.
tools/lvmcmdline.c
tools/toollib.c
This page took 0.035826 seconds and 5 git commands to generate.