chain.c: move parsing outside main(), move some options to opt structure
authorMichal Soltys <soltys@ziu.info>
Sat, 14 Aug 2010 22:06:47 +0000 (00:06 +0200)
committerMichal Soltys <soltys@ziu.info>
Sun, 15 Aug 2010 22:41:44 +0000 (00:41 +0200)
commite685ed7f35dd86adbf8d6a5d0ba8de098e4ba327
tree37db53e0a08060142874780bbd5fa5d7819c73bd
parent3afe662a497f4821a99999231c8e28929e74435b
chain.c: move parsing outside main(), move some options to opt structure

Options' parsing can be easily moved outside main().
drivename and partition are part of opt structure now.

Signed-off-by: Michal Soltys <soltys@ziu.info>
com32/chain/chain.c