OSDN Git Service

cmdutils: split per-option code out of parse_options().
authorAnton Khirnov <anton@khirnov.net>
Mon, 29 Aug 2011 06:11:03 +0000 (08:11 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sun, 4 Sep 2011 11:12:00 +0000 (13:12 +0200)
commit2f8e586df14649ebf1538dc610928c844e0068ec
tree1abb4b28db2fe8283167209a74fddd923bb4ffd1
parent7cc8d6385aaf1005700305f21d5d56b51b38c537
cmdutils: split per-option code out of parse_options().

This allows options like -target, which are just shortcuts for other
options, to work without dummy function for all options they invoke.
cmdutils.c
cmdutils.h