Added shared struct to allow the same option names for different functions
authorSławomir Demeszko <s.demeszko@wireless-instruments.com>
Wed, 17 Dec 2014 12:35:33 +0000 (13:35 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 18 Dec 2014 12:03:28 +0000 (13:03 +0100)
commit34db1f7991934675392c7af9c41c4fe0d8cd64b0
tree37c006b408a9e444343372841fa0f443de5bc832
parent695ac858744ee1321582b76d8faaecbe00f79ab7
Added shared struct to allow the same option names for different functions

For example we can use one option --new-pin with commands unblock-pin
and with change-pin, without that we need to invent new name
for every new command.

Signed-off-by: SÅ‚awomir Demeszko <s.demeszko@wireless-instruments.com>
commands-dms.c